From 376e7fd6b69666355d95757c9216923cc494d1c5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 14 Jun 2025 04:23:06 -0600 Subject: [PATCH] 1.2-dev --- full_status.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/full_status.sh b/full_status.sh index 1956190..4fd0ecf 100644 --- a/full_status.sh +++ b/full_status.sh @@ -71,5 +71,11 @@ echo "hwclock status" sudo hwclock --verbose hold_for_enter +# root crontab +clear +echo "root crontab" +sudo crontab -l +hold_for_enter + # clean up clear \ No newline at end of file