add EOF marker functionalityv1.2.3
commit674690465374338e438e75634b199f62e2e2f3c6
authorrofl0r <rofl0r@users.noreply.github.com>
Mon, 10 Jun 2019 01:02:34 +0000 (10 02:02 +0100)
committerrofl0r <rofl0r@users.noreply.github.com>
Mon, 10 Jun 2019 01:18:16 +0000 (10 02:18 +0100)
tree2c6bb93b379e8e1f2cfde295db5004d2ae417869
parent1fff39dd104123d743471c5e127f8b36e10e7e1c
add EOF marker functionality

since it's hard or impossible to close fifo pipes in shell scripts,
it's handy to have a way to signal jobflow when the end of input
is reached so it can terminate once everything is processed.
the shell script can now run jobflow with -eof=XXX to specify a
magic eof marker.
jobflow.c