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 / hebps < prev    next >
Text File  |  1997-07-30  |  430b  |  20 lines

  1. #!/bin/sh
  2. # Hebrew PostScript calendar shell script
  3. #
  4. # This file is part of REMIND.
  5. # Copyright (C) 1992-1997 by David F. Skoll
  6.  
  7. # $Id: hebps,v 1.3 1997/07/31 02:19:06 dfs Exp $
  8.  
  9. # Figure out the month:  If day <= 20, use this month; otherwise, use
  10. # next month.
  11. echo "Content-type: application/postscript"
  12. echo ""
  13.  
  14. $REMIND - <<EOR
  15. BANNER %
  16. REM 20 ++40 RUN $REMIND -iHTML=0 -p $DIR/hebdate.rem %m %y | $REM2PS -e -c3
  17. EOR
  18.  
  19. exit 0
  20.