File Setup: Line one is: #!/bin/zsh #! is called 'shebang' Comments are denoted by # In variable declaration, NO WHITESPACE ON EITHER SIDE OF =. ex: myName="Curtis" Setting up script to be executable: