File: sunset

package info (click to toggle)
remind 03.00.18-2
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 1,380 kB
  • ctags: 1,670
  • sloc: ansic: 13,923; sh: 1,814; perl: 267; makefile: 142; csh: 14
file content (15 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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