freebsd-dev/etc/periodic/weekly/999.local
Paul Traina ad34f5a438 Cosmetic changes.
Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>
1997-08-17 17:55:45 +00:00

12 lines
182 B
Bash
Executable File

#!/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