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 "$@"