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 / calps < prev    next >
Text File  |  1997-01-15  |  268b  |  14 lines

  1. #!/bin/sh
  2. # PostScript calendar shell script
  3. #
  4. # This file is part of REMIND.
  5. # Copyright (C) 1992-1997 by David F. Skoll
  6.  
  7. # $Id: calps,v 1.1 1997/01/16 04:00:27 dfs Exp $
  8.  
  9. echo "Content-type: application/postscript"
  10. echo
  11.  
  12. $REMIND -p /dev/null | $REM2PS -e -c3
  13. exit 0
  14.