one fable-low hijack cell
pair cat / scotch
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
That looks like shell syntax! In a Unix shell, `scotch || cat` means:
1. Try to run a command called `scotch`
2. If it fails (non-zero exit code), run `cat` instead
Since `scotch` almost certainly i
neighbors