show/hide this revision's text 2 added 168 characters in body

Try adding

export PATH=$PATH:/Users/Sam/Documents/Unix

to your .bashrc

Make your script executeable be sure it's located in /Users/Sam/Documents/Unix. You could reread your .bashrc with:

~> . ~/.bashrc

But if you already played around with your enviroment variables a restart of your terminal would be cleaner.

show/hide this revision's text 1

Try adding

export PATH=$PATH:/Users/Sam/Documents/Unix

to your .bashrc