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

4
util/clean_cache.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
set -xe
cd "$(dirname "$0")"/../.cache/downloads
find . $(printf "! -name %s " $(find . -type l -exec basename -a {} + -exec readlink {} +)) -delete