Terminal clock with toilet

This commit is contained in:
madmaurice 2015-08-24 03:55:27 +02:00
parent 68b5649d49
commit 0adbfed4e4

2
scripts/termclock.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
exec watch -n 1 -t 'date +"%H:%M:%S" | toilet'