Created
May 25, 2011 13:07
-
-
Save elasticthreads/990938 to your computer and use it in GitHub Desktop.
eject after seconds
This file contains 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
delay 60 --number of seconds | |
tell application "Finder" | |
eject disk "Audio CD" ---name of disk to eject (exact same as name in finder sidebar, capitalization included) | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment