#!/bin/sh

SRC=/afs/sipb/project/gnats/src
DEST=/afs/sipb/project/gnats/.build.@sys

aklog sipb
echo "Syncing dotfiles in ${DEST} from ${SRC}"

if [ ! -d ${DEST} ]; then mkdir ${DEST}/${CONF}; fi

/usr/athena/etc/synctree -s ${SRC} -d ${DEST}
