Created
December 5, 2014 18:40
-
-
Save fkztw/c3a4708261bebcb7e9ca to your computer and use it in GitHub Desktop.
Little clock in terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while [ 1 ]; do clear; date +"%H:%M:%S" | figlet -m 1; sleep 0.5s; done |
tty-clock -scC 3 -f %Y-%m-%d
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change figlet options to render different layout.