Re-tabinated C# files
[WebThing.git] / WebThing
index 7d14c4b..c999914 100755 (executable)
--- a/WebThing
+++ b/WebThing
@@ -1,7 +1,9 @@
 #!/bin/sh
 
+cd `dirname "$0"`
+
 export LD_LIBRARY_PATH=plugins:$LD_LIBRARY_PATH
 
 echo $LD_LIBRARY_PATH
 
-exec mono main.exe
+exec mono main.exe "$@"