Last active
November 4, 2015 21:30
-
-
Save geberl/3133c7e243f23cbbb6f8 to your computer and use it in GitHub Desktop.
Alfred AppleScript to unmount a drive based on its name.
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
on alfred_script() | |
tell application "Finder" | |
eject disk "media" | |
end tell | |
end alfred_script |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment