lowfi/scripts/fix_cache.sh
2025-08-07 20:08:49 +02:00

4 lines
93 B
Bash

#!/bin/sh
grep -rlZ "429 Too Many Requests" . | xargs -0 rm -f
find . -type f -empty -delete