1
0
mirror of https://github.com/drewcassidy/dotfiles synced 2024-06-11 05:44:06 +00:00
Dotfiles/Shell/Scripts/eject

3 lines
41 B
Plaintext
Raw Permalink Normal View History

2017-12-10 04:58:26 +00:00
#!/bin/bash
2017-12-04 07:40:08 +00:00
diskutil eject "/Volumes/$1"