Update README.md
[cmdllinux.git] / bash_n_examples / bash / path / script_path2.sh
blob871efac7be6e9f92346c2e30dcc6c9d3352edd49
1 DIR=$(cd $(dirname "$0") && pwd -P)
2 echo "$DIR"