@@ -0,0 +1,11 @@
+#!/bin/sh
+
+MY_PATH="`dirname \"$0\"`" # relative
+MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
+echo "2"$MY_PATH
+bootscripts=""
+bootscripts=$MY_PATH"/spexplorer.sh"
+echo $bootscripts
+chmod 766 $bootscripts
+sudo $bootscripts