Last active
August 28, 2017 14:46
-
-
Save xtetsuji/98726f7f44a80245c63e71ddc3569bfc to your computer and use it in GitHub Desktop.
gdrive linux command installer
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 | |
# xtetsuji 2017/08/28 | |
# linux-gdrive-install.sh | |
# | |
# e.g. | |
# curl -L https://git.io/v5GCK | bash | |
# | |
# This script is store as | |
# https://git.io/v5GCK | |
# and | |
# https://gist.github.com/xtetsuji/98726f7f44a80245c63e71ddc3569bfc/edit | |
set -eu | |
curl -JLO 'https://docs.google.com/uc?id=0B3X9GlR6EmbnQ0FtZmJJUXEyRTA&export=download' | |
chmod +x gdrive-linux-x64 | |
mv gdrive-linux-x64 /usr/local/bin/gdrive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment