summaryrefslogtreecommitdiffstats
path: root/hw2/player_3
blob: 5dfb2105f34a0d55a069e608a6138d085a6212c3 (plain) (blame)
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