Skip to content

Instantly share code, notes, and snippets.

@7kfpun
Created May 24, 2015 03:41
Show Gist options
  • Save 7kfpun/4029f6e8601c01203dd8 to your computer and use it in GitHub Desktop.
Save 7kfpun/4029f6e8601c01203dd8 to your computer and use it in GitHub Desktop.
Terminal clock
while true;do clear;date;sleep 1;done
# OR #
while true;do clear;date +"%r";sleep 1;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment