mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
17 lines
320 B
Bash
Executable File
17 lines
320 B
Bash
Executable File
#!/bin/sh
|
|
# HTML calendar shell script
|
|
#
|
|
# This file is part of REMIND.
|
|
# Copyright (C) 1992-1997 by David F. Skoll
|
|
|
|
# $Id: hebhtml,v 1.1 1997-07-31 02:19:06 dfs Exp $
|
|
|
|
echo "Content-Type: text/html"
|
|
echo ""
|
|
$REMIND - <<EOR
|
|
BANNER %
|
|
REM 20 ++40 RUN $REMIND -iHTML=1 -p $DIR/hebdate.rem %m %y | $DIR/rem2html
|
|
EOR
|
|
|
|
exit 0
|