Drive is a tiny program to pull or push Google Drive files
user@ubuntu:~$ sudo apt-get install golang git mercurial
user@ubuntu:~$ cat << ! >> ~/.bashrc
> export GOPATH=\$HOME/gopath
> export PATH=\$GOPATH:\$GOPATH/bin:\$PATH
> !
user@ubuntu:~$ source ~/.bashrc
user@ubuntu:~$