nikklassen/Splash

Pipe with file

nikklassen opened this issue · 1 comments

Instead of piping stdout of a program to stdin of the next, it may be handy to pipe the stdout to a temp file, then set an env var with the file name. For example

echo "foo" >&f; diff $PIPE_FILE bar.txt

Just implement <() style redirection instead