mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
Overhaul cache system
This commit is contained in:
9
util/dl_functions.sh
Normal file
9
util/dl_functions.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
default_dl() {
|
||||
echo "git-mini-clone \"$SCRIPT_REPO\" \"$SCRIPT_COMMIT\" \"$1\""
|
||||
}
|
||||
|
||||
ffbuild_dockerdl() {
|
||||
default_dl .
|
||||
}
|
Reference in New Issue
Block a user