mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 23:30:15 -07:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
cd www
|
|
npx tsc --allowJs --outFile main.comp.js polyfill.js i18n.js image.js main.js
|
|
cd ..
|