Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / quipu / turbo / synctree
#!/bin/sh
PATH=/u/up/tim/bin:$PATH
vflag=""
if [ $1 = "-v" ]; then
vflag="-v"
shift
fi
if [ $# -lt 1 ]; then
echo "usage: $0 [-v] tree-hierarchy"
exit 1
fi
if [ vflag = "-v" ]; then
echo "synching tree starting at $1"
fi
/usr/bin/find $1 -name EDB -exec syncedb $vflag $1 {} \;