#!/bin/sh # # $dotat: buildworld/updatex.sh,v 1.4 2002/07/25 10:24:04 fanf2 Exp $ # location of the buildworld scripts cd ${0%/*} SCRIPTS=`pwd -P` # set up a load of the other stuff . $SCRIPTS/common.sh # do everything in a subshell that records the results ( bigbanner UPDATE X banner started at `date` mount -v cd $XC cvs -d :pserver:anoncvs:anoncvs@anoncvs.XFree86.org:/cvs update banner completed at `date` mount -v # see above ) >> $LOGFILE 2>&1