Skip to content

Instantly share code, notes, and snippets.

@aliva
Created September 15, 2015 18:43
Show Gist options
  • Save aliva/2759a68f8e925e987ea3 to your computer and use it in GitHub Desktop.
Save aliva/2759a68f8e925e987ea3 to your computer and use it in GitHub Desktop.
while :
do
date +%H:%M:%S
# my commands
# ...
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment