#!/bin/sh exec 1> judge${1}.FIFO exec 0< judge${1}_${2}.FIFO echo ${2} ${3} 5 while read oneline do echo ${2} ${3} 5 done