Last active
August 29, 2015 14:02
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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