diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-22 22:28:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-22 22:28:14 +0000 |
commit | 5aa91a6daa34b3542248f5713389d97729c547e8 (patch) | |
tree | 90b2281dbe3f6f750dfcaca5678ef1405d21bf09 /scripts/master.sh | |
parent | a187136528d6860e71585c8c0727b9442dee4f78 (diff) |
# on 2006/08/09 23:35:04, sra did:
forgot which shell i was running here
svn path=/scripts/master.sh; revision=193
Diffstat (limited to 'scripts/master.sh')
-rw-r--r-- | scripts/master.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/master.sh b/scripts/master.sh index f62d52f3..bba74f2c 100644 --- a/scripts/master.sh +++ b/scripts/master.sh @@ -4,7 +4,10 @@ cd `dirname $0` . mirror-apnic.sh . mirror-ripe.sh -perl gen-verify-test.pl ca-trial.ripe.net/{RIPE,ARIN} repository.apnic.net/APNIC | +perl gen-verify-test.pl \ + ca-trial.ripe.net/RIPE \ + ca-trial.ripe.net/ARIN \ + repository.apnic.net/APNIC | tee test.sh | sh 2>&1 | tee test.log |