Skip to content

Instantly share code, notes, and snippets.

@daniel-illi
Created September 26, 2018 10:04
Show Gist options
  • Save daniel-illi/df0e789adfe11ad5b8877c62aa637ffd to your computer and use it in GitHub Desktop.
Save daniel-illi/df0e789adfe11ad5b8877c62aa637ffd to your computer and use it in GitHub Desktop.
dockerized youtube-dl runner
#!/bin/sh
docker run --rm -u 1004:1004 -v "$PWD":/data vimagick/youtube-dl $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment