Getting set up
To write a bash script you can execute direction, you will need to include a shebang line to indicate that bash should be used to interpret the program
On the first line you write #!/bin/bash
Now you can use all commands you can use in your CLI in combination with conditionals, loops, and more