Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Pass arguments to nqp-js.
  • Loading branch information
pmurias committed Aug 14, 2014
1 parent 4dcba8c commit 4fb3a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nqp-js
@@ -1,2 +1,2 @@
#!/bin/sh
./nqp-p src/vm/js/bin/nqp-js.nqp $1 | node
./nqp-p src/vm/js/bin/nqp-js.nqp "$@" | node

0 comments on commit 4fb3a7b

Please sign in to comment.