#!/bin/sh echo -n "Touching cron..." touch /etc/crontab find /etc/cron.d -maxdepth 1 -type f -exec bash -c "touch '{}'" \; echo "OK"