1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh exec 1> judge${1}.FIFO exec 0< judge${1}_${2}.FIFO echo ${2} ${3} 3 while read oneline do echo ${2} ${3} 3 done