Skip to content

Instantly share code, notes, and snippets.

Created July 21, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1413cba1a8c7ac0cadcf9b546b858f23 to your computer and use it in GitHub Desktop.
Save anonymous/1413cba1a8c7ac0cadcf9b546b858f23 to your computer and use it in GitHub Desktop.
Some code
#!/bin/bash
while true; do
echo "Hello world"
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment