Skip to content

Instantly share code, notes, and snippets.

@rikonor
Created April 21, 2016 19:43
Show Gist options
  • Save rikonor/c1d828ea77ac6859c6212754a55eb813 to your computer and use it in GitHub Desktop.
Save rikonor/c1d828ea77ac6859c6212754a55eb813 to your computer and use it in GitHub Desktop.
alias timer='start=$SECONDS; while true; do clear; echo $(( SECONDS - start )); sleep 1; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment