mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
16 lines
262 B
Bash
Executable File
16 lines
262 B
Bash
Executable File
#!/bin/sh
|
|
# Sunset shell script
|
|
#
|
|
# This file is part of REMIND.
|
|
# Copyright (C) 1992-1997 by David F. Skoll
|
|
|
|
# $Id: sunset,v 1.1 1997-01-16 04:00:28 dfs Exp $
|
|
|
|
echo Content-type: text/html
|
|
echo
|
|
echo "<HTML>"
|
|
$REMIND -arqh $DIR/sunset.rem
|
|
echo "</HTML>"
|
|
|
|
exit 0
|