Files
remind/www/hebdate
David F. Skoll 29c8475ea9 s/David/Dianne/
2015-04-17 02:07:18 -04:00

27 lines
373 B
Bash

#!/bin/sh
# Hebrew date shell script
#
# This file is part of REMIND.
# Copyright (C) 1992-1997 by Dianne Skoll
# Copyright (C) 1999-2000 by Roaring Penguin Software Inc.
echo Content-type: text/html
echo ""
cat <<EOM
<HTML>
<HEAD>
<TITLE>Hebrew date</TITLE>
</HEAD>
<BODY>
<H1>Hebrew date</H1>
EOM
$REMIND -arqh $DIR/hebdate.rem
echo "</BODY>"
echo "</HTML>"
exit 0