#! /bin/sh # # printlogs.cgi # cgi script for printing error logs # # Copyright (c) Charles Karney (2011) and licensed # under the MIT/X11 License. For more information, see # https://geographiclib.sourceforge.io/ echo Content-type: text/html echo cat <
GeographicLib web utilities log
EOF
cat ../persistent/utilities.log
cat <