Skip to content

Instantly share code, notes, and snippets.

@elasticthreads
Created May 25, 2011 13:07
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 elasticthreads/990938 to your computer and use it in GitHub Desktop.
Save elasticthreads/990938 to your computer and use it in GitHub Desktop.
eject after seconds
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