Skip to content

Instantly share code, notes, and snippets.

@robin-scott
Last active January 7, 2020 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robin-scott/ed3baf9ce0264fc63f86f1d9d4257f88 to your computer and use it in GitHub Desktop.
Save robin-scott/ed3baf9ce0264fc63f86f1d9d4257f88 to your computer and use it in GitHub Desktop.
Google Drive small file wget command
// Wget command to collect small files from Google Drive added by Robin Scott of silicondales.com
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILE_ID' -O FILE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment