mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
10 lines
140 B
Bash
10 lines
140 B
Bash
#!/bin/bash
|
|
|
|
default_dl() {
|
|
echo "git-mini-clone \"$SCRIPT_REPO\" \"$SCRIPT_COMMIT\" \"$1\""
|
|
}
|
|
|
|
ffbuild_dockerdl() {
|
|
default_dl .
|
|
}
|