On Sat, 2022-01-29 at 01:00 +0100, Christoph Anton Mitterer wrote: > What about: > result="$(some_command ; e=$?; print '.' && exit $e || exit 666 )"
Dammit... it's my notebook's "f" key... starts to stop working.
result="$(some_command ; e=$?; printf '.' && exit $e || exit 666 )"
^
