home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / plbin.zip / pl / UPGRADE < prev    next >
Text File  |  1992-05-26  |  622b  |  22 lines

  1. #!/bin/csh -f
  2. # Request a patch tape from the SWI mail-server
  3. #
  4. # To upgrade SWI-Prolog to the latest version, you may wish to execute this
  5. # shell script.  It sends a mail to the mail upgrade server at swi.  This
  6. # server will compute a patch file from your version to the current version
  7. # and resend the patch file as a bundle of mail-messages to you.
  8.  
  9. set stamp=`cat STAMP`
  10. set version=`cat VERSION`
  11.  
  12. mail upgrade@swi.psy.uva.nl << _EOM_
  13. Module:          pl
  14. Time Stamp:      $stamp
  15. Current Version: $version
  16. Request Version: latest
  17. _EOM_
  18.  
  19. cat << _EOM_
  20. Upgrade request for "pl" mailed to "upgrade@swi.psy.uva.nl"
  21. _EOM_
  22.