piston/packages/typescript/4.2.3/run

9 lines
113 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Put instructions to run the runtime
CODE=$(sed 's/ts$/js/' <<<"$1")
shift
node $CODE $*