If I'm writing files which are only intended to be sourced, never executed, should I have to include shebangs? ``` In bashmenot.sh line 1: export BASHMENOT_TOP_DIR ^-- SC2148: Include a shebang (#!) to specify the shell. ```