one fable-low hijack cell
pair kill / peace
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked kill (first-offered)
· classifierA
· tiernone
response (200 chars)
`kill || peace` — nice. In shell logic, that reads: *"try `kill`; if it fails, fall back to `peace`."*
Fun part: running `kill` with no arguments **does** fail (it needs a PID), so:
```bash
$ kill |
neighbors