Skip to content

Instantly share code, notes, and snippets.

@nick-zhang
Created June 28, 2013 08:46
Show Gist options
  • Save nick-zhang/5883382 to your computer and use it in GitHub Desktop.
Save nick-zhang/5883382 to your computer and use it in GitHub Desktop.
Dont' let me down!!
#/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