andrewchambers / janet-sh

Shorthand shell like functions for janet.
84 stars 7 forks source link

$< and $<_ dup stdout before any custom redirects #19

Closed ianthehenry closed 1 year ago

ianthehenry commented 1 year ago

This allows capturing stdout and stderr with:

(sh/$< command >[stderr stdout])