5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
. "$DIR/conf.sh"
|
|
|
|
php "$SRCPHP/main.php" -m "$MAINCLASS" -c "$BUILDJAVA" $@ |