Files
remind/www/moon
2024-12-29 13:47:07 -05:00

14 lines
199 B
Bash

#!/bin/sh
# Moon shell script
#
# This file is part of REMIND.
# Copyright (C) 1992-2025 by Dianne Skoll
echo Content-type: text/html
echo
echo "<HTML>"
$REMIND $DIR/moon.rem
echo "</HTML>"
exit 0