Annoying that
`echo "hi" | grep h | notactuallyacommand "beepboop" | cat`
will happily return exit code 0.
@tty `set -o pipefail` should fix this in bash/zsh/ksh/sh though idk why its not just the default behaviour ​
@jbauer thanks!
Sunbeam City is a anticapitalist, antifascist solarpunk instance that is run collectively.
@tty
​
`set -o pipefail` should fix this in bash/zsh/ksh/sh though idk why its not just the default behaviour