#!/bin/sh

rm -f test18.dbg
touch test18.dbg
chmod 000 test18.dbg

../daemon -C "`pwd`/daemon.conf" -D "`pwd`" -n test18 "`pwd`/test18.client"
