dotfiles/scripts/stopwatch
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

6 lines
90 B
Bash
Executable file

#!/bin/sh
while true; do
printf '%s\r' "$(date '+%I:%M:%S %p')" ;
sleep 1 ;
done