piston/packages/typescript/4.2.3/run

9 lines
94 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Put instructions to run the runtime
2021-10-09 18:16:41 +02:00
CODE=$1.js
shift
2021-03-14 03:11:33 +01:00
node $CODE "$@"