Files
remind/www/sunset
2018-11-04 10:56:47 -05:00

14 lines
209 B
Bash

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