freebsd-dev/etc/periodic/weekly/999.local
1999-08-27 23:37:10 +00:00

12 lines
137 B
Bash
Executable File

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