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 ..