xref: /dragonfly/tools/snapshots/docron (revision 8af44722)
1#!/bin/csh
2#
3
4umask 022
5./doclean >& /build/snapshots/docron.out
6if ( $? > 0 ) then
7    echo "doclean script failed, aborting build"
8    exit 1
9endif
10./dobuild >>& /build/snapshots/docron.out
11
12