#!/bin/sh

cd $HOME/public_html/output/
chmod og+rx $HOME/public_html/cron_day.php
wget http://www.cas.mcmaster.ca/~desorrd/cron_day.php 2>&1
chmod og-rx $HOME/public_html/cron_day.php

