LOL not a prob man.

Shell scripts are really easy once u kinda get the hang of how they work.
They are basically just an automated list of commands you would normally type at the prompt. Then shell scripts also allow for you to add additional options like passing arguments (like we did with $1 as the first string) and if/then type arguments etc. They work very similiar to batch files with dos.