#!/bin/sh

umask 022
cc -o test63.client test63.client.c

../daemon -C "`pwd`/daemon.conf" --name test63 "`pwd`/test63.client"
sleep 3
../daemon -C "`pwd`/daemon.conf" --name test63 --stop

