Dir cleanup.

This commit is contained in:
Andrew Schott 2024-07-02 04:04:00 -05:00
parent 1d03f114e7
commit c6c5925041
4 changed files with 0 additions and 0 deletions

View file

@ -1,10 +0,0 @@
#!/bin/bash
while sleep 1
do
DATE=$(date)
tput bold
echo "${DATE} "
tput cuu 2
tput sgr0
done