Created
June 30, 2022 22:42
-
-
Save pulketo/27ad98b06c3f282e1c00c71cf0c5037a to your computer and use it in GitHub Desktop.
Bajar cosas de google drive desde terminal bash
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
FILEID="ID"; wget "https://drive.google.com/uc?export=download&id=${FILEID}&confirm=yes" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment