A shell script to download large files from google drive directly from the command line
- Get a shareable link from your google drive, like:
https://drive.google.com/open?id=XXXXXXXXXXXXXXXXXXXX
- CD to the working directory and run:
curl -L https://raw.githubusercontent.com/peixotorms/gdrive/master/download.sh | bash -s "https://drive.google.com/open?id=XXXXXXXXXXXXXXXXXXXXX"