[an error occurred while processing this directive]
Home >
Announcements >
Colloquia:
[an error occurred while processing this directive]
Announcements
Colloquia
| Date | Location | Title/Speaker |
#!/bin/csh
# See annon-colloq.html
cat << EOM
Content-type: text/html
EOM
if ( -e /home/strknd/wwwstk/public_html/siu/cgi-bin/stkupl/colloq.txt ) then
cat /home/strknd/wwwstk/public_html/siu/cgi-bin/stkupl/colloq.txt | awk '/BEGIN_LIST/,/END_LIST/' | sed -f colloq.sed
else
echo "Currently no announcements available.
"
endif
|---|
[an error occurred while processing this directive]