one fable-low hijack cell
pair bash / zsh
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked bash (first-offered)
· classifierA
· tiernone
response (200 chars)
```
$ bash || zsh
```
This is shell logic using the **OR operator** (`||`):
- It tries to run `bash` first
- If `bash` **fails** (exits with a non-zero status), it falls back to running `zsh`
- If `
neighbors