sudo_spexplorer.sh 260 B

1234567891011
  1. #!/bin/sh
  2. MY_PATH="`dirname \"$0\"`" # relative
  3. MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
  4. echo "2"$MY_PATH
  5. bootscripts=""
  6. bootscripts=$MY_PATH"/spexplorer.sh"
  7. echo $bootscripts
  8. chmod 766 $bootscripts
  9. sudo $bootscripts