6 satır
115 B
Bash
Çalıştırılabilir Dosya
6 satır
115 B
Bash
Çalıştırılabilir Dosya
#!/bin/bash
|
|
docker run \
|
|
-v /storage/scratch/youtube:/output \
|
|
-e DOWNLOAD_URL="$1" \
|
|
sneak/youtube-dl
|