mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
Overhaul cache system
This commit is contained in:
4
util/clean_cache.sh
Executable file
4
util/clean_cache.sh
Executable 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
|
Reference in New Issue
Block a user