projects
/
WebThing.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c3f8fa32669106b5bb3122d75da35de5df8cb788
[WebThing.git]
/
WebThing
1
#!/bin/sh
2
3
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 "$@"