This commit is contained in:
goldsquid
2025-11-15 11:24:52 +07:00
parent 752be20f18
commit 0b3cf5eb38

View File

@@ -22,8 +22,13 @@ for path in $pathlist; do
include=true include=true
for word in "${blacklist[@]}"; do for word in "${blacklist[@]}"; do
if echo "$path" | grep -qE "$word"; then if echo "$path" | grep -qE "$word"; then
if echo "$path" | grep -qE "viction"; then
# excemption
include=$include
else
include=false include=false
fi fi
fi
done done
if $include; then if $include; then