On a Linux system installed with the default BASH shell, you need to execute a shell script that contains variables, aliases, and functions by simply entering its name on the command line. What should be the first line of the script?
A) #!/bin/bash
B) #!/usr/bin/env bash
C) #!/bin/sh
D) #!/usr/bin/bash