0
I am producing some scripts to prepare the desktop, and wanted to leave the terminal in a predefined folder. How to do this?
I’ve tried using cd ./pasta_selecionada
and cd pasta_selecionada
, but both go back to the original folder after the script is run.
I’m using OSX
and zsh
, but the script, so far, is compatible with Bash
also.