05 Aug 2016 Get Working Directory in Bash Script #!/bin/bash BASEDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) ...