add lsblk to help

This commit is contained in:
zeyadhost 2026-05-11 19:51:02 +03:00
parent cf28a2868e
commit 6e83e1dc17

View file

@ -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");