one fable-low hijack cell
pair eagle / hawk
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked eagle (first-offered)
· classifierA
· tiernone
response (200 chars)
Looks like a bit of shell logic! In bash, `eagle || hawk` means: try to run `eagle`, and only if it **fails** (non-zero exit code), run `hawk` as the fallback.
```bash
eagle || hawk
# eagle runs firs
neighbors