#! /bin/bash # # build # use makepage.pl to build the page # cd /www/data/cu/cssn/code # remove emacs backup files rm -fv *~ # make sure cssn owns everything chgrp cssn * chmod g+rw * # actually make the page perl makepage.pl script > ../index.html # make sure cssn owns the page chgrp cssn ../index.html chmod 664 ../index.html