SpiceQA
Questions
Tags
Users
Badges
what does `#!/bin/bash -e ` -e mean in a shell script
Alomerry Wu
0
Created Sep 8, 2022
Edited Sep 8, 2022
Viewed 15
Follow
what does
-e
mean?
#!/bin/bash -e
I try script with and without
-e
, I can't find any difference.
shell
-3
0
Add comment
+
Share
0 Answers
Related