Skip to content

Instantly share code, notes, and snippets.

@pulketo
Created June 30, 2022 22:42
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 pulketo/27ad98b06c3f282e1c00c71cf0c5037a to your computer and use it in GitHub Desktop.
Save pulketo/27ad98b06c3f282e1c00c71cf0c5037a to your computer and use it in GitHub Desktop.
Bajar cosas de google drive desde terminal bash
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