Some bash tricks I used
- Using the environment for configuration
- Sourcing versus running a Bash file
- we source configuration, we run bash scripts
- Pipes (sending content from one program to the next)
- Assign output to a environment variable
- Organization repeated tasks into Bash functions