Tyleo-Dev-ShellScripting-Ol.../SH/hourinlive.sh
2024-02-18 22:29:57 +01:00

8 lines
90 B
Bash
Executable file

#!/bin/bash
while true
do
date +%H:%M:%S
echo "CTRL+C to stop"
sleep 1
clear
done