#!/bin/sh # Sunset 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. # $Id: sunset,v 1.3 2000-02-18 03:46:44 dfs Exp $ echo Content-type: text/html echo echo "" $REMIND -arqh $DIR/sunset.rem echo "" exit 0