one fable-low hijack cell
pair cat / control
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
Could you clarify what you're after? A few possibilities:
1. **Shell command**: `cat || control` would run `cat` (waiting for stdin), and only run `control` if `cat` fails. Since `cat` typically succ
neighbors