5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Sending something through the pipe..." 1>&2
|
|
echo "something"
|
|
echo "Exiting pipewriter" 1>&2
|