bash, run commands relative to .sh fileFebruary 10, 2015 by LPodolski·0 Comments #!/bin/sh my_dir="$(dirname "$0")" cd $my_dir; Bash