Home | History | Annotate | Download | only in wiki

Lines Matching refs:final

16 	rm -f test_*.out Test.txt final-test.go final-test.bin final-test-port.txt a.out get.bin
20 rm -f get.bin final-test.bin a.out
30 cp final.go final-test.go
31 patch final-test.go final-test.patch > /dev/null
32 go build -o final-test.bin final-test.go
33 ./final-test.bin &
37 while [ ! -f ./final-test-port.txt ]
49 addr=$(cat final-test-port.txt)