Skip to content

Instantly share code, notes, and snippets.

@cTatu
Created March 14, 2019 16:40
Show Gist options
  • Save cTatu/8e7dfe8c5148dc0fa5404b0c891efca6 to your computer and use it in GitHub Desktop.
Save cTatu/8e7dfe8c5148dc0fa5404b0c891efca6 to your computer and use it in GitHub Desktop.
Script that infinitely ejects the CD-ROM and retract ir over and over again.
#!/bin/bash
while :
do
eject
eject -t
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment