mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-20 01:00:08 -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)
|