mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 18:58:40 +00:00
Update with missing ;
This commit is contained in:
parent
f94384e572
commit
fe1ba182d9
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ int main(int argc, char **argv) {
|
||||||
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("hexdump <file> - Display file contents in hexadecimal.\n");
|
printf("hexdump <file> - Display file contents in hexadecimal.\n");
|
||||||
printf("ps [options] - List running processes\n")
|
printf("ps [options] - List running processes\n");
|
||||||
printf("lsblk - List block devices and partitions\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");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue