Minor fixes
[WebThing.git] / WebThing
1 #!/bin/sh
2
3 cd `dirname "$0"`
4
5 export LD_LIBRARY_PATH=plugins:$LD_LIBRARY_PATH
6
7 echo $LD_LIBRARY_PATH
8
9 exec mono main.exe "$@"