piston/packages/typescript/5.0.3/run

8 lines
93 B
Plaintext
Raw Normal View History

2023-04-07 13:24:15 +02:00
#!/usr/bin/env bash
# Put instructions to run the runtime
CODE=$1.js
shift
node $CODE "$@"