====== check-cron ====== #!/bin/bash # set -x; set -o noclobber; IMTHEDATE=$(date); echo "${IMTHEDATE}" >| /tmp/check_cron; exit;