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 / hebdate < prev    next >
Text File  |  1997-01-18  |  368b  |  28 lines

  1. #!/bin/sh
  2. # Hebrew date shell script
  3. #
  4. # This file is part of REMIND.
  5. # Copyright (C) 1992-1997 by David F. Skoll
  6.  
  7. # $Id: hebdate,v 1.2 1997/01/19 03:59:56 dfs Exp $
  8.  
  9. echo Content-type: text/html
  10. echo ""
  11.  
  12. cat <<EOM
  13. <HTML>
  14. <HEAD>
  15. <TITLE>Hebrew date</TITLE>
  16. </HEAD>
  17. <BODY>
  18.  
  19. <H1>Hebrew date</H1>
  20.  
  21. EOM
  22.  
  23. $REMIND -arqh $DIR/hebdate.rem
  24.  
  25. echo "</BODY>"
  26. echo "</HTML>"
  27. exit 0
  28.