Thursday, June 3

A bash script should start with a shebang line, which looks like this:

A. ~/usr/bin/env bash
B. #/usr/bin/env bash
C. #!/usr/bin/env bash
D. !/usr/bin/env bash


No comments:

Post a Comment