Skip to content

Instantly share code, notes, and snippets.

@knowler
Last active March 16, 2021 17:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knowler/0909c8527ab08d7be659f56358a9c476 to your computer and use it in GitHub Desktop.
Save knowler/0909c8527ab08d7be659f56358a9c476 to your computer and use it in GitHub Desktop.
eject () {
if [ -z "$1" ]; then
echo "No drive specified."
else
dot_clean "/Volumes/$1"
diskutil unmount "$1"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment