#!/bin/bash printenv >> /etc/environment crontab ./crontab && touch /var/log/cron.log && crond && tail -f /var/log/cron.log