piston/packages/typescript/5.0.3/run

8 lines
93 B
Bash

#!/usr/bin/env bash
# Put instructions to run the runtime
CODE=$1.js
shift
node $CODE "$@"