Cat-Printer/0-transpile.sh

5 lines
89 B
Bash
Executable File

#!/bin/sh
cd www
npx tsc $@ --allowJs --outFile main.comp.js $(cat all_js.txt)
cd ..