blob: 6627508656116d059f21a14d245609b99d92ba0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh -
#
# $Id: 999.local,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
#
if [ -f /etc/weekly.local ]; then
echo ""
echo "Running weekly.local:"
sh /etc/weekly.local
fi
|