Skip to content

Instantly share code, notes, and snippets.

@bsnape
Created May 20, 2014 11:34
Show Gist options
  • Save bsnape/2574bcb399a5faf0f38f to your computer and use it in GitHub Desktop.
Save bsnape/2574bcb399a5faf0f38f to your computer and use it in GitHub Desktop.
Bash single-line for loop
for i in {1..50}; do curl localhost:9086/status; echo; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment