Skip to content

Instantly share code, notes, and snippets.

@shearluck
Last active August 29, 2015 14:11
Show Gist options
  • Save shearluck/0fdad849b31cd91bd2c1 to your computer and use it in GitHub Desktop.
Save shearluck/0fdad849b31cd91bd2c1 to your computer and use it in GitHub Desktop.
Run shell command n times
for i in {1..5}; do curl 'https://www.google.com'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment