#!/bin/csh -f
# -Cygnus
# cygnus@misty.com

echo "Configuring.."
chmod 644 *
chmod 755 display modules socket tools
chmod 644 display/* modules/*
chmod 644 socket/* tools/*
echo "Done."
echo "Dont forget to make changes specific to your talker in index.html"
echo "and 1024768.html"

