#!/bin/sh

x=`basename $0 .sh`

diff -urN ../../cvs/phase3 ../../Wiki \
-X $x.excluded \
> $x.diff

