what does `#!/bin/bash -e ` -e mean in a shell script

Viewed 15

what does -e mean?

#!/bin/bash -e

I try script with and without -e, I can't find any difference.

0 Answers
Related