one fable-low hijack cell
pair bash / powershell
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked bash (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in PowerShell vs Bash
The `||` operator runs the second command **only if the first one fails** — but "fails" means different things in each shell.
## Bash
```bash
command1 || command2 # ru
neighbors