6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
#!/bin/bash
|
||
|
docker run \
|
||
|
-v /storage/scratch/youtube:/output \
|
||
|
-e DOWNLOAD_URL="$1" \
|
||
|
sneak/youtube-dl
|