This commit is contained in:
parent
7e5d880156
commit
d93f63cf82
40 changed files with 448 additions and 649 deletions
9
.local/bin/scripts/wdate
Executable file
9
.local/bin/scripts/wdate
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
trap 'echo; exit' 'INT'
|
||||
|
||||
while :; do
|
||||
printf '\r'
|
||||
date "$@" | tr -d '\n'
|
||||
sleep 0.99
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue