piston/packages/typescript/4.2.3/run

9 lines
115 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Put instructions to run the runtime
CODE=$(sed 's/ts$/js/' <<<"$1")
shift
2021-03-14 03:11:33 +01:00
node $CODE "$@"