From a9aa438ea0558eb0044cf1e54a9190ddb41b65e5 Mon Sep 17 00:00:00 2001 From: cassio Date: Tue, 2 Jul 2013 09:44:46 +0400 Subject: restructuring of boca's git --- boca-1.5.0/doc/problemexamples/gen_examples.sh | 6 ------ 1 file changed, 6 deletions(-) delete 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 deleted file mode 100644 index e25f7e7..0000000 --- a/boca-1.5.0/doc/problemexamples/gen_examples.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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