Preparing to add widget support
[RExecServer.git] / RExecServer.sh
blob7ac4a05d36cefc8959247a7bf6de19dd640a314a
1 #!/bin/sh
2 SCRIPT=`readlink -n $0`
3 if [ "x${SCRIPT}" != "x" ]; then
4 PATHNAME=`dirname $SCRIPT`
5 CFProcessPath="$PATHNAME/../" $PATHNAME/../MacOS/RExecServer $*
6 fi