#!/bin/csh -f
echo making MOD, RSS, and infrastructure
cd mod && ~/webindex.pl && ~/grabHtmlHeader index.html && \
~/insertSidebar2 index.html && source ../makeRSS && cd ../
( echo "
Molecules@GNU-Darwin.org - Infrastructure" && echo "Infrastructure
" && echo "Directories
" && \ls -F | grep -v rank | tr -d '*' | grep / | awk '{print("- "$1"
")}' && echo "
Files
" && \ls -F | tr -d '*' | grep -v / | grep -v googlefb | awk '{print("- "$1"
")}' ) > infrastructure.html ; ~/grabHtmlHeader infrastructure.html ; ~/insertSidebar2 infrastructure.html