Help for this page
#!/bin/sh ... rm -f file.fifo exit 0
#!/bin/sh echo "a line to the fifo" >> file.fifo sleep 5