The current shell scripts call `/bin/bash`. This won't work on certain systems (`nixos` for example 👀). By switching to `/usr/bin/env bash` these scripts become portable. As long as `bash` environment is present on a system, the scripts will work.