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
6
spawntest/testpipeout.sh
Executable file
6
spawntest/testpipeout.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Reading stdin..."
|
||||
read meh
|
||||
echo "I read $meh"
|
||||
echo "Exiting pipereader now..."
|
Loading…
Add table
Add a link
Reference in a new issue