diff --git a/scripts/make-sfx.sh b/scripts/make-sfx.sh index 08a0d5c..1b10dcc 100755 --- a/scripts/make-sfx.sh +++ b/scripts/make-sfx.sh @@ -117,9 +117,9 @@ tmv "$f" # cleanup junk find . -type f | -grep -E '\.(class|bak)$' | +grep -vE '\.(md|py)$' | tr '\n' '\0' | -xargs -0 rm -- +xargs -0r rm -- # r0c needs the docs here rm -f docs/todo.md