1#!/bin/sh
2#
3#	Shell script to start the zkt-signer
4#	command out of the example directory
5#
6
7if test ! -f dnssec.conf
8then
9	echo Please start this skript out of the flat or hierarchical sub directory
10	exit 1
11fi
12ZKT_CONFFILE=`pwd`/dnssec.conf ../../zkt-signer "$@"
13