From 5d4eca5257a60c5f1de043fdf3f67e0a9df011f4 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 8 Aug 2012 19:52:19 +0200 Subject: many small bug fixes --- boca-1.5.0/doc/problemexamples/gen_examples.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 boca-1.5.0/doc/problemexamples/gen_examples.sh (limited to 'boca-1.5.0/doc/problemexamples/gen_examples.sh') diff --git a/boca-1.5.0/doc/problemexamples/gen_examples.sh b/boca-1.5.0/doc/problemexamples/gen_examples.sh new file mode 100644 index 0000000..e25f7e7 --- /dev/null +++ b/boca-1.5.0/doc/problemexamples/gen_examples.sh @@ -0,0 +1,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 -- cgit v1.2.3