Skip to content

Instantly share code, notes, and snippets.

@hoefler02
Last active March 19, 2020 04:41
Show Gist options
  • Save hoefler02/504d44cb30ac8f3339f45ded5c12d44a to your computer and use it in GitHub Desktop.
Save hoefler02/504d44cb30ac8f3339f45ded5c12d44a to your computer and use it in GitHub Desktop.
opens cd drive every five minutes
#!/bin/bash
while true
do
eject
sleep 300
done
# use at your own risk :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment