Bash scripts end in `.sh` and contain bash code to automate processes. Execute a bash script with the `source <script.sh>` command. > [!example]- Additional Resources > - [DevHints Bash scripting cheatsheet](https://devhints.io/bash)