From 67593cc678bb3cb25565d22a5a769b79c8e04574 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 7 Sep 2025 03:43:37 -0700 Subject: [PATCH] add cleanup for legacy .html files --- zip.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zip.sh b/zip.sh index f8b274b..e224aa8 100755 --- a/zip.sh +++ b/zip.sh @@ -21,3 +21,5 @@ for f in *.mokuro; do echo "Warning: Directory '$dir' not found for '$f', skipping." fi done + +rm -rf ./*.html