#!/bin/sh
#
echo Updated 15 February 2018 for CSci 658 web structure
#
chmod 755 *  # subdirectories, executible files, default
chmod 700 backup save old *~
chmod 644 *.md *.html *.tex *.pdf *.dot *.gv *.png *.svg *.jgp
chmod 644 *.doc *.docx *.ppt *.pptx
chmod 644 *.hs *.hi *.lua *.luam *.scala *.java *.class *.py *.rb
chmod 644 *.scm *.rkt *.elm *.ex *.exs *.rb
chmod 644 *.dsl *.txt *.pr README
ls -aFl
echo Check settings


