mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
15 lines
260 B
Bash
Executable File
15 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
# Moon shell script
|
|
#
|
|
# This file is part of REMIND.
|
|
# Copyright (C) 1992-1997 by David F. Skoll
|
|
# Copyright (C) 1999-2000 by Roaring Penguin Software Inc.
|
|
|
|
echo Content-type: text/html
|
|
echo
|
|
echo "<HTML>"
|
|
$REMIND $DIR/moon.rem
|
|
echo "</HTML>"
|
|
exit 0
|
|
|