From b78d09fc24ebfb9c56b837ccc5095da1922f4458 Mon Sep 17 00:00:00 2001 From: SeekBytes Date: Sat, 30 Apr 2022 17:02:38 +0200 Subject: [PATCH] Added uptime command to print the uptime of MentOS since boot --- programs/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt index 234a912..0438e8d 100644 --- a/programs/CMakeLists.txt +++ b/programs/CMakeLists.txt @@ -68,6 +68,7 @@ set(PROGRAMS sleep.c man.c edit.c + uptime.c ) foreach(PROGRAM ${PROGRAMS}) # Prepare the program name.