Skip to content

Instantly share code, notes, and snippets.

@astagi
Created June 27, 2012 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astagi/3005224 to your computer and use it in GitHub Desktop.
Save astagi/3005224 to your computer and use it in GitHub Desktop.
Baby Rocker by Arul John
#!/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