Overhaul cache system

This commit is contained in:
BtbN
2023-12-21 01:31:23 +01:00
parent 75902682ba
commit 7ed76a8724
116 changed files with 179 additions and 358 deletions

9
util/dl_functions.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
default_dl() {
echo "git-mini-clone \"$SCRIPT_REPO\" \"$SCRIPT_COMMIT\" \"$1\""
}
ffbuild_dockerdl() {
default_dl .
}