freebsd_amp_hwpstate/etc/periodic/weekly/999.local

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