Created
June 28, 2013 08:46
-
-
Save nick-zhang/5883382 to your computer and use it in GitHub Desktop.
Dont' let me down!!
This file contains 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
#/bin/bash | |
END=200; | |
for i in $(jot $END); | |
do | |
sleep 10; | |
open "http://www.youtube.com/watch?v=8cYCubol7a0" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment