mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-15 14:50:26 -07:00
9 lines
142 B
Bash
Executable File
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 ..
|