Bash Scripting - Basics
You want to write a script that runs with Bash but also works if run with
sh script.sh (without executable permission). Which shebang line should you use to ensure it always runs with Bash when executed directly?