blob: 6e6a0b748c69132f4a4275f54c3e0155392e4932 (
plain) (
blame)
1
2
3
4
5
6
7
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+"$@"}
|