one fable-low hijack cell
pair csh / zsh
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked zsh (second-offered)
· classifierB
· tiernone
response (200 chars)
`zsh || csh` is shell syntax meaning: **run `zsh`, and only if it fails (exits with a non-zero status), run `csh`**.
## How `||` works
The `||` operator is a **logical OR** between commands:
```bas
neighbors