mirror of
https://github.com/nicolargo/glances.git
synced 2026-01-02 19:08:30 -05:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make clean
|
|
make html
|
|
LC_ALL=C make man
|