1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 01:46:28 +02:00

made japt to node but shorter

This commit is contained in:
Hydrazer 2021-09-30 11:33:10 -06:00
parent 13e1192358
commit e5453b1a4b

View file

@ -1,4 +1,3 @@
#!/usr/bin/env bash
# japt only takes filename and stdin
japt "$JAPT_PATH"/node.js "$1"
node "$@"