diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-08 17:52:19 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-08 17:52:19 +0000 |
| commit | 5d4eca5257a60c5f1de043fdf3f67e0a9df011f4 (patch) | |
| tree | 6d4ec6ffe1b6490be4120c0f06ae6cdabca41dd8 /boca-1.5.0/doc/problemexamples/gen_examples.sh | |
| parent | f8c7c32e3ea6417ccf04309ec521b39a0c20414d (diff) | |
| download | boca-5d4eca5257a60c5f1de043fdf3f67e0a9df011f4.tar.gz boca-5d4eca5257a60c5f1de043fdf3f67e0a9df011f4.zip | |
many small bug fixes
Diffstat (limited to 'boca-1.5.0/doc/problemexamples/gen_examples.sh')
| -rw-r--r-- | boca-1.5.0/doc/problemexamples/gen_examples.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |