Skip to content

Instantly share code, notes, and snippets.

@xtetsuji
Last active August 28, 2017 14:46
Show Gist options
  • Save xtetsuji/98726f7f44a80245c63e71ddc3569bfc to your computer and use it in GitHub Desktop.
Save xtetsuji/98726f7f44a80245c63e71ddc3569bfc to your computer and use it in GitHub Desktop.
gdrive linux command installer
#!/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