Y
Hacker News
new
|
ask
|
show
|
jobs
by
Dr_Emann
1864 days ago
For simple cases, I'll do that, but for longer commands, I've taken to doing
rc=0 long command || rc = $? if (( rc == 0 ))...