/dev/null 2>&1 && pwd )""> /dev/null 2>&1 && pwd )""> /dev/null 2>&1 && pwd )"">
How to get the source directory of a Bash script from within the script itself?
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"