mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 22:18:31 -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
|