I've written a 2 line script which cd's to a rather long path, but when
the script finishes executing, I am back in the original directory
where I had started executing the script.
How do I make the script stay in the directory that I cd'd to, after
the script is over ?
thanks