From 47015d8f40680073f3d29f0642bdd24b6dd0a1d7 Mon Sep 17 00:00:00 2001 From: apex Date: Wed, 25 Jun 2025 02:17:30 -0400 Subject: [PATCH] cleanbuild dictionary script --- cleanbuild.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 cleanbuild.sh diff --git a/cleanbuild.sh b/cleanbuild.sh new file mode 100755 index 0000000..a5e967d --- /dev/null +++ b/cleanbuild.sh @@ -0,0 +1,3 @@ +rm -rf ./dictionary/ + +node gendictionary \ No newline at end of file