Skip to content

Instantly share code, notes, and snippets.

@ubinix-warun
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save ubinix-warun/c3042825afb0d29693d1 to your computer and use it in GitHub Desktop.

Select an option

Save ubinix-warun/c3042825afb0d29693d1 to your computer and use it in GitHub Desktop.
shortcut to mount/unmount google-drive wirh google-drve-ocamlfuse (slow?) http://www.webupd8.org/2013/09/mount-google-drive-in-linux-with-google.html
#!/bin/bash
# MOUNT GOOGLE DRIVE IN LINUX WITH GOOGLE-DRIVE-OCAMLFUSE
# http://www.webupd8.org/2013/09/mount-google-drive-in-linux-with-google.html
mkdir Drive
google-drive-ocamlfuse -o big_writes Drive/
#!/bin/bash
# Usage astrada/google-drive-ocamlfuse Wiki
# https://github.com/astrada/google-drive-ocamlfuse/wiki/Usage
fusermount -u Drive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment