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

15 lines
249 B
Bash

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