In the code I see different shebangs for shell scripts: - `#!/bin/bash` - `#!/usr/bin/env bash` - `#!/usr/bin/bash` - `#!/bin/sh` https://en.wikipedia.org/wiki/Shebang_(Unix) https://stackoverflow.com/questions/10376206/what-is-the-preferred-bash-shebang