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
| #!/usr/bin/env bash | |
| # gdrive_download | |
| # | |
| # script to download Google Drive files from command line | |
| # not guaranteed to work indefinitely | |
| # taken from Stack Overflow answer: | |
| # http://stackoverflow.com/a/38937732/7002068 | |
| gURL=$1 |