Skip to content

Instantly share code, notes, and snippets.

@mezerotm
Created February 10, 2018 13:23
Show Gist options
  • Save mezerotm/7e47d318e35026d747df1a0c18a60fce to your computer and use it in GitHub Desktop.
Save mezerotm/7e47d318e35026d747df1a0c18a60fce to your computer and use it in GitHub Desktop.
while sleep 1; do
tput sc; tput cup 0 $(($(tput cols)-29)); date; tput rc;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment