999.local revision 50472
1#!/bin/sh -
2#
3# $FreeBSD: head/etc/periodic/weekly/999.local 50472 1999-08-27 23:37:10Z peter $
4#
5
6if [ -f /etc/weekly.local ]; then
7    echo ""
8    echo "Running weekly.local:"
9
10    sh /etc/weekly.local
11fi
12