one fable-low hijack cell
pair cat / justice
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
Interesting expression! A few ways to read `cat || justice`:
**As shell scripting:**
```bash
cat || justice
```
This runs `cat` (which would wait for stdin), and only runs `justice` if `cat` fails. S
neighbors