Skip to content

Instantly share code, notes, and snippets.

@cfbarbero
Created July 1, 2020 20:49
Show Gist options
  • Save cfbarbero/0e98a74457f44fc2fa98197846f63a9b to your computer and use it in GitHub Desktop.
Save cfbarbero/0e98a74457f44fc2fa98197846f63a9b to your computer and use it in GitHub Desktop.
One line shell script to repeat forever
while true; do date; sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment