mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 07:10:30 -07:00
5 lines
89 B
Bash
Executable File
5 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
cd www
|
|
npx tsc $@ --allowJs --outFile main.comp.js $(cat all_js.txt)
|
|
cd ..
|