3rd commit

This commit is contained in:
HarakaraSite
2026-02-11 21:32:22 +09:00
parent 0be0a702c9
commit 7f27264673
2 changed files with 1 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ for file in "${files[@]}"; do
[[ "$file" == *"Strudel Making Sound.md"* ]] && continue
[[ "$file" == *"Strudel Study.md"* ]] && continue
[[ "$file" == *"/refactoring/"* ]] && continue
[[ "$file" == *"/scripts/"* ]] && continue
[[ "$file" == *"/script/"* ]] && continue
[ -f "$file" ] || continue
filename=$(basename "$file")