1 2 3 4 |
# Get the full path to the directory containing the script file pushd `dirname $0` > /dev/null SCRIPTPATH=`pwd` popd > /dev/null |
1 2 3 4 |
# Get the full path to the directory containing the script file pushd `dirname $0` > /dev/null SCRIPTPATH=`pwd` popd > /dev/null |