mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
add lsblk to help
This commit is contained in:
parent
cf28a2868e
commit
6e83e1dc17
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ int main(int argc, char **argv) {
|
||||||
printf("date - Print current date and time\n");
|
printf("date - Print current date and time\n");
|
||||||
printf("uptime - Print system uptime\n");
|
printf("uptime - Print system uptime\n");
|
||||||
printf("meminfo - Print memory information\n");
|
printf("meminfo - Print memory information\n");
|
||||||
|
printf("lsblk - List block devices and partitions\n");
|
||||||
printf("cowsay [msg] - Fun cow says something\n");
|
printf("cowsay [msg] - Fun cow says something\n");
|
||||||
printf("beep - Make a beep sound\n");
|
printf("beep - Make a beep sound\n");
|
||||||
printf("reboot - Reboot the system\n");
|
printf("reboot - Reboot the system\n");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue