Created
June 27, 2012 16:25
-
-
Save astagi/3005224 to your computer and use it in GitHub Desktop.
Baby Rocker by Arul John
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
#!/bin/sh | |
#Funny script by Arul John | |
#Visit http://aruljohn.com/notes/babyrocker.html | |
while [1 = 1] do | |
#eject cdrom | |
eject | |
#pull cdrom tray back in | |
eject -t | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment