index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/clean-cache | 1 |
diff --git a/bin/clean-cache b/bin/clean-cache index b7cef9f..06ac8a1 100755 --- a/bin/clean-cache +++ b/bin/clean-cache @@ -1,5 +1,6 @@ #!/bin/sh +# shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" if [ $# -eq 0 ]; then |