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