#! /bin/sh
#
# printlogs.cgi
# cgi script for printing error logs
#
# Copyright (c) Charles Karney (2011) <karney@alum.mit.edu> and licensed
# under the MIT/X11 License. For more information, see
# https://geographiclib.sourceforge.io/
echo Content-type: text/html
echo
cat
cat ..tilities.log
cat