piston/packages/typescript/4.2.3/run
2021-03-14 15:11:33 +13:00

8 lines
115 B
Bash

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