2010-09-07

Get BIN or ROOT path with repect to the running shell script

export BINPATH=$(dirname $(readlink -f $0))
export ROOTPATH=$(dirname $BINPATH)

没有评论: