Skip to content

Instantly share code, notes, and snippets.

@allenyang79
Last active November 2, 2017 02:29
Show Gist options
  • Save allenyang79/4a13db003497effea0478e1aa5d499de to your computer and use it in GitHub Desktop.
Save allenyang79/4a13db003497effea0478e1aa5d499de to your computer and use it in GitHub Desktop.
[bash forever loop] #bash
bash -c 'while true; do echo "sleep"; sleep 5; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment