mirror of
https://github.com/nicolargo/glances.git
synced 2026-02-06 20:11:23 -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
|