Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    
    ...
    rm -f file.fifo
    
    exit 0
    
  2. or download this
    #!/bin/sh
    
    echo "a line to the fifo" >> file.fifo
    sleep 5