one fable-low hijack cell
pair duty / local
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked duty (first-offered)
· classifierA
· tiernone
response (200 chars)
In shell syntax, `local || duty` means: run `local`, and **only if it fails** (returns a non‑zero exit code), run `duty`.
- `||` is the **OR** operator — short-circuit logic.
- If `local` succeeds (e
neighbors