Skip to content

Instantly share code, notes, and snippets.

@hsylife
Last active August 12, 2018 10:32
Show Gist options
  • Save hsylife/edf6f1b91aee35435ea4795237f0db45 to your computer and use it in GitHub Desktop.
Save hsylife/edf6f1b91aee35435ea4795237f0db45 to your computer and use it in GitHub Desktop.
簡単にMacから全てのディスクを取り外す ref: https://qiita.com/hsylife/items/063722ec489d8e407426
on run {input, parameters}
tell the application "Finder" to eject (every disk whose ejectable is true)
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment