one fable-low hijack cell
pair control / fast
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked control (first-offered)
· classifierA
· tiernone
response (200 chars)
`fast || control` looks like shell syntax — here's what it would do:
```bash
fast || control
```
- Run the command `fast`
- **Only if `fast` fails** (non-zero exit code), run `control`
It's a commo
neighbors