Files
karousel/run-ts.sh
2024-04-26 18:26:35 +02:00

3 lines
96 B
Bash
Executable File

#!/bin/bash
tsc -p "$1" --outFile ./run-ts-tmp.js && node ./run-ts-tmp.js && rm ./run-ts-tmp.js