From fec24b24b1ce81055b299046e863a348a1119181 Mon Sep 17 00:00:00 2001 From: ayaka Date: Sun, 21 Apr 2024 22:36:11 +1200 Subject: [PATCH] simple script to make all en* packs --- packall.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 packall.sh diff --git a/packall.sh b/packall.sh new file mode 100755 index 0000000..2ed5aaa --- /dev/null +++ b/packall.sh @@ -0,0 +1,8 @@ +./packgen.js -f -l en_au +./packgen.js -f -l en_ca +./packgen.js -f -l en_gb +./packgen.js -f -l en_nz +./packgen.js -f -l en_pt +./packgen.js -f -l en_ud +./packgen.js -f -l enp +./packgen.js -f -l enws \ No newline at end of file