Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?
A.
source /usr/local/bin/runme.sh
B.
. /usr/local/bin/runme.sh
C.
/bin/bash /usr/local/bin/runme.sh
D.
/usr/local/bin/runme.sh
E.
run /usr/local/bin/runme.sh
Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?
Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?
A.
source /usr/local/bin/runme.sh
B.
. /usr/local/bin/runme.sh
C.
/bin/bash /usr/local/bin/runme.sh
D.
/usr/local/bin/runme.sh
E.
run /usr/local/bin/runme.sh