Fix scrolling functionality
[WebThing.git] / WebThing
1 #!/bin/sh
2
3 export WEBTHING_HOME=`dirname "$0"`
4
5 # We change directories because we don't have a proper configuration
6 # architecture, yet.
7 cd "$WEBTHING_HOME"
8
9 export LD_LIBRARY_PATH=$WEBTHING_HOME:$WEBTHING_HOME/plugins:$LD_LIBRARY_PATH
10
11 exec mono $WEBTHING_HOME/WebThingMain.exe "$@"