summaryrefslogtreecommitdiffstats
path: root/contrib/zkt/examples/dnssec-zkt.sh
blob: f3976ce9bc1ab19d68204b3742853d38a529228a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
#	Shell script to start the dnssec-zkt command
#	out of the example directory
#

if test ! -f dnssec.conf
then
	echo Please start this skript out of the flat or hierarchical sub directory
	exit 1
fi
ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-zkt "$@"