diff options
-rw-r--r-- | scripts/master.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/master.sh b/scripts/master.sh new file mode 100644 index 00000000..f62d52f3 --- /dev/null +++ b/scripts/master.sh @@ -0,0 +1,10 @@ +#!/bin/sh - +# $Id$ + +cd `dirname $0` +. mirror-apnic.sh +. mirror-ripe.sh +perl gen-verify-test.pl ca-trial.ripe.net/{RIPE,ARIN} repository.apnic.net/APNIC | +tee test.sh | +sh 2>&1 | +tee test.log |