Skip to content

Instantly share code, notes, and snippets.

@christyjacob4
Created February 24, 2020 22:45
Show Gist options
  • Save christyjacob4/873718c331eba07802917a5fd18decd8 to your computer and use it in GitHub Desktop.
Save christyjacob4/873718c331eba07802917a5fd18decd8 to your computer and use it in GitHub Desktop.
bash script to download a small gdrive file (<100MB) using wget.
wget --no-check-certificate "https://docs.google.com/uc?export=download&id="$1 -O $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment