#!/bin/sh
# Updates the timestamp of last weekly run for anacron
date +%Y%m%d > /var/spool/anacron/cron.weekly
