#!/bin/sh

# Small script to updated dotfiles on webpage

# TODO: Update to redirect stdout/stderr always

cd /home/simon/public_html/dotfiles

date >> cvslog 2>&1
cvs update >> cvslog 2>&1
chmod 600 mutt/aliases   >> cvslog 2>&1
chmod 600 mutt/score.rc  >> cvslog 2>&1
chmod 600 dot-ispell_english >> cvslog 2>&1

# No reason to redistribute procmail/virussnag.rc
chmod 600 procmail/virussnag.rc >> cvslog 2>&1

