When writing scripts, you usually want to store them in a folder that is defined in the bash $PATH variable. For example, you might want to create a 'bin' directory in your /home/user/ directory. Typing the following command will check to see if the directory already exists and if not it will go ahead and create it:
Here's a great article explaining how to make this PATH variable permanent:
