Skip to content

Instantly share code, notes, and snippets.

@alexmchale
Created August 2, 2010 21:36
Show Gist options
  • Save alexmchale/505359 to your computer and use it in GitHub Desktop.
Save alexmchale/505359 to your computer and use it in GitHub Desktop.
#!/bin/sh
for ((i=0; $i<=100; i=$(($i+1)))); do
curl http://localhost:8081 > /dev/null 2>&1 &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment