kmalloc: Avoid code duplication.
[dragonfly.git] / tools / snapshots / docron
blob656d4be11aaf448e684762e0f613debccc4e12e7
1 #!/bin/csh
4 umask 022
5 ./doclean >& /build/snapshots/docron.out
6 if ( $? > 0 ) then
7 echo "doclean script failed, aborting build"
8 exit 1
9 endif
10 ./dobuild >>& /build/snapshots/docron.out