aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.0/doc/problemexamples/gen_examples.sh
blob: e25f7e7f13132078c9a52b90d0b2c7093ccd9321 (plain)
1
2
3
4
5
6
#!/bin/bash
rm -f keys.txt
../../src/private/createproblemzip.php abacaxi A.problem.zip password | grep -A2 "The following line" | tail -n1 >> keys.txt
../../src/private/createproblemzip.php bits B.problem.zip password | grep -A2 "The following line" | tail -n1 >> keys.txt
../../src/private/createproblemzip.php formiga C.problem.zip password | grep -A2 "The following line" | tail -n1 >> keys.txt
../../src/private/createproblemzip.php multas D.problem.zip password | grep -A2 "The following line" | tail -n1 >> keys.txt