one fable-low hijack cell
pair bash / zsh
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked bash (first-offered)
· classifierA
· tiernone
response (200 chars)
`zsh || bash` is a shell command using the **OR operator** (`||`):
## What it does
1. Tries to run `zsh`
2. **Only if `zsh` fails** (exits with a non-zero status, e.g., it's not installed), it falls
neighbors