one fable-low hijack cell
pair fish / ksh
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked fish (first-offered)
· classifierA
· tiernone
response (200 chars)
`fish || ksh` is shell syntax meaning: **try to run `fish`, and if it fails (non-zero exit status), run `ksh` instead.**
A few notes:
- **`fish`** — the "friendly interactive shell," known for autos
neighbors