Added piped process support to Util::Procs
This commit is contained in:
parent
c2df5be19f
commit
499899d405
5 changed files with 101 additions and 23 deletions
5
spawntest/testpipein.sh
Executable file
5
spawntest/testpipein.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Sending something through the pipe..." 1>&2
|
||||
echo "something"
|
||||
echo "Exiting pipewriter" 1>&2
|
Loading…
Add table
Add a link
Reference in a new issue