one fable-low hijack cell
pair clean / smells
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked smells (second-offered)
· classifierB
· tiernone
response (200 chars)
Ha — shell logic humor! Breaking it down:
```bash
clean || smells
```
- Try `clean` first
- If `clean` exits with a non-zero status (fails), then run `smells`
- If `clean` succeeds, `smells` never e
neighbors