Added uptime command to print the uptime of MentOS since boot

This commit is contained in:
SeekBytes
2022-04-30 17:02:38 +02:00
committed by GitHub
parent 942072d72f
commit b78d09fc24
+1
View File
@@ -68,6 +68,7 @@ set(PROGRAMS
sleep.c
man.c
edit.c
uptime.c
)
foreach(PROGRAM ${PROGRAMS})
# Prepare the program name.