one fable-low hijack cell
pair progress / slow
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked progress (first-offered)
· classifierA
· tiernone
response (200 chars)
In shell logic, `slow || progress` means: run `slow`, and only if it **fails**, run `progress`. 😄
A few readings:
**Literal bash:** `progress` only executes if `slow` exits with a non-zero status. S
neighbors