innocent SBC fun
This commit is contained in:
parent
43e17ef9dd
commit
f4dde5dfed
|
@ -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
|
Loading…
Reference in New Issue