summaryrefslogtreecommitdiffstats
path: root/etc/periodic/weekly/999.local
blob: bc9fac288c040d3d3c9e127b964b7c826f9fff16 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -
#
# $FreeBSD$
#

if [ -f /etc/weekly.local ]; then
    echo ""
    echo "Running weekly.local:"

    sh /etc/weekly.local
fi
OpenPOWER on IntegriCloud