Deborah R. Fowler
BASH and continuing with Object Oriented Programming Introduction
Two topics will be covered today:
- Bash
- OOP continued
#!/bin/bash
This line will identify your file as a script written in bash and if you change the permissions you can run it by typing
./nameOfFile
To change the permissions:
chmod +x nameOfFile
OR
- https://help.ubuntu.com/community/Beginners/BashScripting
- https://www.gnu.org/software/bash/manual/bash.html