mistserver/tools/spawntest/testpipeout.sh
2011-10-21 00:38:56 +02:00

6 lines
96 B
Bash
Executable file

#!/bin/sh
echo "Reading stdin..."
read meh
echo "I read $meh"
echo "Exiting pipereader now..."