diff options
author | Rob Austein <sra@hactrn.net> | 2008-07-15 17:38:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-07-15 17:38:45 +0000 |
commit | 8f8a7ea81035f9230c2b27588cb1548279d938b8 (patch) | |
tree | e1dc812ab16793b7f5f36c4b4fb5f18197625de2 /scripts/testpoke.sh | |
parent | 9d7bc8e2696d4616b5c73fe6f88d2e0c5dc9e545 (diff) |
Rename a couple of scripts whose names confuse Doxygen. Clean some of
the old test code out of rpkid/ to make real code easier to find.
svn path=/rpkid/Doxyfile; revision=1995
Diffstat (limited to 'scripts/testpoke.sh')
-rw-r--r-- | scripts/testpoke.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/testpoke.sh b/scripts/testpoke.sh new file mode 100644 index 00000000..6e6a0b74 --- /dev/null +++ b/scripts/testpoke.sh @@ -0,0 +1,8 @@ +#!/bin/sh - +# $Id$ +# +# Test client using APNIC's rpki_poke.pl script. + +: ${pokedir=../../mirin.apnic.net/rpki_engine/branches/gary-poker/client/poke} + +exec perl -I $pokedir $pokedir/rpki_poke.pl ${1+"$@"} |