3 if [ ! -d "wiki" -a ! -d "wip" ]
5 echo "You must start this program in the toplevel docs directory"
6 echo "wherever wiki and wip live."
10 files
=`find wiki -name .gitignore -print`
15 dest
=`echo $i | sed "s/^wiki/wip/"`
16 echo Copying
$src to
$dest