#!/bin/sh

rm -rf $1/dbm $2/dbm
rm -rf $1/log/nomos.pid $2/log/nomos.pid

diff --context -urN $2 $1 | gzip > $3.diff.gz
