one fable-low hijack cell
pair fish / zsh
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked zsh (second-offered)
· classifierB
· tiernone
response (200 chars)
`fish || zsh` is shell syntax meaning: **try to run `fish`, and if it fails (non-zero exit), run `zsh` instead.**
The `||` operator is a short-circuit "or" — the second command only executes if the f
neighbors