mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-18 08:10:24 -07:00
3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
npx tsc $@ --allowJs --outFile main.comp.js $(cat all-scripts.txt)
|