home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / remind-03.00.19.tgz / remind-03.00.19.tar / remind-03.00.19 / www / moon < prev    next >
Text File  |  1997-01-15  |  250b  |  16 lines

  1. #!/bin/sh
  2. # Moon shell script
  3. #
  4. # This file is part of REMIND.
  5. # Copyright (C) 1992-1997 by David F. Skoll
  6.  
  7. # $Id: moon,v 1.1 1997/01/16 04:00:27 dfs Exp $
  8.  
  9. echo Content-type: text/html
  10. echo
  11. echo "<HTML>"
  12. $REMIND $DIR/moon.rem
  13. echo "</HTML>"
  14. exit 0
  15.  
  16.