This commit is contained in:
Thulinma 2011-10-20 22:02:45 +02:00
parent 32ffc09f0e
commit bce0cda879
18 changed files with 13 additions and 326 deletions

6
tools/spawntest/testpipeout.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
echo "Reading stdin..."
read meh
echo "I read $meh"
echo "Exiting pipereader now..."