one fable-low hijack cell
pair Bash / strike
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked Bash (first-offered)
· classifierA
· tiernone
response (200 chars)
Nice one! In shell logic:
```bash
bash || strike
```
This means: **try to `bash`, and if that fails, `strike` instead.**
The `||` operator only runs the second command if the first one exits with a
neighbors