one fable-low hijack cell
pair cat / justice
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
```
$ justice || cat
bash: justice: command not found
```
Since `justice` failed, the shell falls back to `cat`... which now sits waiting patiently on stdin, echoing back whatever it's given. 🐱
A fi
neighbors