piston/packages/typescript/4.2.3/run

9 lines
94 B
Bash

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