*_SHEBANG_REGEX
We should use `\A` to pick up shebangs at the start of files instead of just anywhere in a given script. See Homebrew/homebrew-core#227654 for an example where this can cause problems.
Signed-off-by: botantony <antonsm21@gmail.com>