mirror of
https://github.com/talwat/lowfi
synced 2025-08-17 15:12:37 +00:00
4 lines
93 B
Bash
4 lines
93 B
Bash
#!/bin/sh
|
|
|
|
grep -rlZ "429 Too Many Requests" . | xargs -0 rm -f
|
|
find . -type f -empty -delete |