mirror of
https://github.com/nicolargo/glances.git
synced 2026-04-18 04:52:01 -04: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
|