Cat-Printer/0-prepare.sh
NaitLee 423a9caf49 Add MX05, MX06 as supported, minor fix;
better Chinese conversion infrastructure
2023-02-12 19:37:24 +08:00

9 lines
142 B
Bash
Executable File

#!/bin/sh
cd zh-conv
echo "Convert Chinese Language with OpenCC"
./0-convert.sh
cd ../www
echo "tsc bundle scripts..."
./0-transpile.sh
cd ..