1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/etc/periodic/monthly/999.local
1999-08-27 23:37:10 +00:00

11 lines
139 B
Bash
Executable File

#!/bin/sh -
#
# $FreeBSD$
#
if [ -f /etc/monthly.local ]; then
echo ""
echo "Running monthly.local:"
sh /etc/monthly.local
fi