#!/bin/bashassumes it is always installed to/bin/which can cause issues#!/usr/bin/env bashsearches the user'sPATHto find thebashbinary
Details: https://github.com/dylanaraps/pure-bash-bible#obsolete-syntax
I'm open to comments: Should I also fix #!/bin/sh?