01 Jul 2020
function mvBack { echo "... go back to my folder" cd $runDir } trap mvBack EXIT
bash
function