From 8d1daff2f851b0f5116ff2c92fbc079fe115e616 Mon Sep 17 00:00:00 2001 From: thezomo Date: Sun, 17 Aug 2025 14:55:10 -0500 Subject: [PATCH] script for the script --- clean.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 clean.bat diff --git a/clean.bat b/clean.bat new file mode 100644 index 0000000..9949a2a --- /dev/null +++ b/clean.bat @@ -0,0 +1,3 @@ +cd scripts +deno --allow-read --allow-write clean.ts +cd ..