Skip to content

Instantly share code, notes, and snippets.

@eldondev
Last active August 29, 2015 14:01
Show Gist options
  • Save eldondev/473d4fb6655999ba4cab to your computer and use it in GitHub Desktop.
Save eldondev/473d4fb6655999ba4cab to your computer and use it in GitHub Desktop.
whammo
while [ 1 ];
do
a=`uuidgen`
b=`./a.outer $a 1000000000`
curl -v -X PUT -d"0" https://s3.amazonaws.com/rbt-s3/$b
done
for a in {1..8};
do
nohup bash go &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment