1#!/bin/sh
2#
3#	Shell script to start the dnssec-zkt command
4#	out of the view directory
5#
6
7ZKT_CONFFILE=`pwd`/dnssec.conf ../../dnssec-zkt --view intern "$@"
8