5 lines
103 B
Bash
Executable file
5 lines
103 B
Bash
Executable file
#!/bin/sh
|
|
|
|
DIR=`dirname "$0"`
|
|
java -jar "$DIR/../vendor/rhino/js.jar" "$DIR/pegjs-main.js" "$DIR" "$@"
|