Skip to content

Instantly share code, notes, and snippets.

View davinash97's full-sized avatar
🧠
Big Brain Time

D Avinash Kumar davinash97

🧠
Big Brain Time
View GitHub Profile
@darencard
darencard / gdrive_download
Created August 1, 2017 18:58
Script to download files from Google Drive using Bash
#!/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