Last active
August 29, 2015 14:01
-
-
Save eldondev/473d4fb6655999ba4cab to your computer and use it in GitHub Desktop.
whammo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while [ 1 ]; | |
do | |
a=`uuidgen` | |
b=`./a.outer $a 1000000000` | |
curl -v -X PUT -d"0" https://s3.amazonaws.com/rbt-s3/$b | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for a in {1..8}; | |
do | |
nohup bash go & | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment