ignore some files
[tridge/bind9.git] / contrib / zkt / examples / dnssec-signer.sh
1 #!/bin/sh
2 #
3 #       Shell script to start the dnssec-signer
4 #       command out of the example directory
5 #
6
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
11 fi
12 ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-signer "$@"