add new -pipe command line option
commit91e039b2152a84318d57d32f5ecd254a66c676a0
authorrofl0r <retnyg@gmx.net>
Mon, 13 Feb 2017 20:56:57 +0000 (13 20:56 +0000)
committerrofl0r <retnyg@gmx.net>
Wed, 15 Feb 2017 02:25:29 +0000 (15 02:25 +0000)
treefdff19de940e90e48bc687569221d79be8d8dd2a
parentbe878270349a2b862581f8bd884419746e4f6cf3
add new -pipe command line option

sometimes the called program wants input on stdin, and while it is easily
possible to write a short shell script wrapper that takes an argument and
passes it to the stdin of that program, it's more convenient to pass input
directly. and in some cases it is critical that no cpu time gets lost by
launching the extra wrapper program.
jobflow.c