Last active
January 7, 2020 13:32
-
-
Save robin-scott/ed3baf9ce0264fc63f86f1d9d4257f88 to your computer and use it in GitHub Desktop.
Google Drive small file wget command
This file contains 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
// 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