mistserver/spawntest/testpipeout.sh
2011-10-12 23:30:42 +02:00

6 lines
96 B
Bash
Executable file

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