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

5 lines
109 B
Bash
Executable file

#!/bin/sh
echo "Sending something through the pipe..." 1>&2
echo "something"
echo "Exiting pipewriter" 1>&2