#bash

# Adapt directory names as needed. /var/www is the root of http access.
# /home/mpj is where the raw data for the html index that points to the
# cryptographic software is kept.
# This script is invoked by cron at least once a day but no more than
# once every 15 minutes.

cd /var/www
chmod 711 crypto
/home/mpj/newdir
cd /home/mpj
/home/mpj/newindex *.dat

