diff --git a/scripts/termclock.sh b/scripts/termclock.sh new file mode 100755 index 0000000..5238b81 --- /dev/null +++ b/scripts/termclock.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exec watch -n 1 -t 'date +"%H:%M:%S" | toilet'