Skip to content

Instantly share code, notes, and snippets.

@dardo82
Last active May 27, 2019 12:55
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 dardo82/07535fe8de91e48dd62871678faaffea to your computer and use it in GitHub Desktop.
Save dardo82/07535fe8de91e48dd62871678faaffea to your computer and use it in GitHub Desktop.
Google Drive Trash Mount
#!/bin/zsh
GDOF="google-drive-ocamlfuse";GDMP="$HOME/${(C)${GDOF%-*}/-/ }";mkdir -v "$GDMP"
opam install -qvy $GDOF;$GDOF -browser open;$GDOF "$GDMP";open -R "$GDMP/.Trash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment