Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    echo Content-type: text/html
    echo
    echo '0 3 * * * /path/to/my/program' | crontab 
    echo 'crontab loaded, now delete this script'