innocent SBC fun

This commit is contained in:
rusefi 2021-04-25 21:31:04 -04:00
parent 43e17ef9dd
commit f4dde5dfed
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/sh
# https://superuser.com/questions/611538/is-there-a-way-to-display-a-countdown-or-stopwatch-timer-in-a-terminal
while true; do echo -ne "`date +%H:%M:%S:%N`\r"; done