diff --git a/full_status.sh b/full_status.sh index f8b20cc..bba7bfe 100644 --- a/full_status.sh +++ b/full_status.sh @@ -34,4 +34,7 @@ clear echo -e "Reading from hardware RTC\n" sudo hwclock -r echo -e "\nPress ENTER to Continue..." -read -p "" \ No newline at end of file +read -p "" + +# clean up +clear \ No newline at end of file