4 lines
239 B
Plaintext
4 lines
239 B
Plaintext
|
#!/bin/sh
|
||
|
APPDIR=`dirname $0`;
|
||
|
java -cp "$APPDIR/src:$APPDIR/bin:/home/alon/Temp/gwt-linux-1.2.22/gwt-user.jar:/home/alon/Temp/gwt-linux-1.2.22/gwt-dev-linux.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" com.WebUI.WebUIApp;
|