[an error occurred while processing this directive]
Home >
Announcements >
Lunch talks:
[an error occurred while processing this directive]
Announcements
Lunch talks
#!/bin/csh
# See annon-lunch.html
cat << EOM
Content-type: text/html
EOM
if ( -e ~wijburg/public_html/lunch.html ) then
cat ~wijburg/public_html/lunch.html
else
echo "Currently no announcements available."
endif
#if ( -e ~stkcoll/Mail/stkwww/lunch.html ) then
# awk '/Coordinator:/,/<\/DL>/' ~stkcoll/Mail/stkwww/lunch.html
#else
# echo "Currently no announcements available."
#endif
[an error occurred while processing this directive]