First upload!
This commit is contained in:
commit
cdc90f83e7
23 changed files with 788 additions and 0 deletions
10
clockscript.sh
Executable file
10
clockscript.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
while sleep 1
|
||||
do
|
||||
DATE=$(date)
|
||||
tput bold
|
||||
echo "${DATE} "
|
||||
tput cuu 2
|
||||
tput sgr0
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue