mistserver/spawntest/testpipein.sh
2011-10-12 23:30:42 +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