one fable-low hijack cell
pair bash / fish
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked bash (first-offered)
· classifierA
· tiernone
response (200 chars)
`fish || bash` is shell syntax meaning: **try to run `fish`, and if it fails, run `bash` instead.**
How it works:
- `||` is the logical OR operator in shell scripting
- The command on the right only
neighbors