β² 1114 βΌ Feels more polite for sure. (sh.itjust.works) submitted 5 months ago by Lisk91@sh.itjust.works to c/linuxmemes@lemmy.world 93 comments fedilink hide all child comments
[β] Fmstrat@lemmy.world 3 points 5 months ago Partly right in bash: set -e; echo 1; echo 2; is the same as echo 1 && echo 2 So if you see the -e in a script, it's to keep the function clean. permalink fedilink source parent