I\'m new to bash shell scripting, and have come across a challenge. I know I can reload my \".profile\" file by just doing:
. .profile
but I\'m
The bash script runs in a separate subshell. In order to make this work you will need to source this other script as well.