3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-11 12:00:53 +01:00
Pragmatic Software af2d9844b8
Interpreter: allow processing of empty result
This fixes .e.g.:

    <pragma-> !echo foo &{echo bar | { sed s/bar// }} baz

such that it produces the output "foo  baz" instead of no output at all.
2024-11-02 17:53:37 -07:00
..