1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 18:06:27 +02:00

replace node with japt

This commit is contained in:
Hydrazer 2021-09-30 11:27:31 -06:00
parent 778689b8cc
commit 13e1192358

View file

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