one fable-low hijack cell
pair Bash / celebrate
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked Bash (first-offered)
· classifierA
· tiernone
response (200 chars)
`Bash` exited 0, so `celebrate` never runs. 😄
In shell logic:
- `a || b` — run `b` only if `a` **fails**
- `a && b` — run `b` only if `a` **succeeds**
So if you want to celebrate when Bash works:
`
neighbors