Tyleo-Dev-ShellScripting-Ol.../SH/hourinlive.sh

9 lines
90 B
Bash
Raw Normal View History

2024-02-18 21:29:57 +00:00
#!/bin/bash
while true
do
date +%H:%M:%S
echo "CTRL+C to stop"
sleep 1
clear
done