I want to somehow enter a different bash shell with some altered environment variables.
For example, if I run script bfin.sh
and it contains something like
export PATH=/home/me/bfin2012:$PATH
I want it to create a bash shell with this changed variable. How to do this?