one fable-low hijack cell
pair ksh / 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 || ksh` is shell command syntax using the **OR operator** (`||`):
## What it does
1. **Try to run `zsh`** (the Z shell)
2. **If `zsh` fails** (exits with a non-zero status — e.g., it's not inst
neighbors