No empty .Rs/.Re
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / zkt / examples / dnssec-zkt.sh
blobf3976ce9bc1ab19d68204b3742853d38a529228a
1 #!/bin/sh
3 # Shell script to start the dnssec-zkt command
4 # out of the example directory
7 if test ! -f dnssec.conf
8 then
9 echo Please start this skript out of the flat or hierarchical sub directory
10 exit 1
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-zkt "$@"