Added piped process support to Util::Procs

This commit is contained in:
Thulinma 2011-10-12 23:30:42 +02:00
parent c2df5be19f
commit 499899d405
5 changed files with 101 additions and 23 deletions

5
spawntest/testpipein.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "Sending something through the pipe..." 1>&2
echo "something"
echo "Exiting pipewriter" 1>&2