All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:
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
All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:
All of the following commands will execute the bash script /usr/local/bin/runme.sh EXCEPT:
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
I think B will not work unless you are in /
E might work if you have run installed.
E is ok (B = A)