SS14 148 B

12345678
  1. #!/bin/sh
  2. # cd to file containing script or something?
  3. BASEDIR=$(dirname "$0")
  4. echo "$BASEDIR"
  5. cd "$BASEDIR"
  6. exec ../Resources/Robust.Client "$@"