999.local revision 28263
128263Spst#!/bin/sh -
228263Spst#
328263Spst# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
428263Spst#
528263Spst
628263Spstif [ -f /etc/weekly.local ]; then
728263Spst    echo ""
828263Spst    echo "Running weekly.local:"
928263Spst    sh /etc/weekly.local
1028263Spstfi
11