Hacker News new | ask | show | jobs
by 9woc 324 days ago
beware of using this. any operations that returns non-zero exit status will cause immediately exit
1 comments

For example `((n++))` where n is 0. I’m used to it enough that I usually remember to add `|| :` to the end of lines like this.