home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume25 / QBATCH / part01 / src / whatgen < prev   
Encoding:
Text File  |  1991-11-04  |  732 b   |  13 lines

  1. #!/bin/sh
  2. #************************************************************************#  
  3. #*                                                                      *#
  4. #* whatgen Create what.h containing the correct patchlevel.             *#
  5. #*                                                                      *#
  6. #*   Copyright (c) Vita Services 1990                                   *#
  7. #*             (c) Vita Fibres   1990 1991                              *#
  8. #*                                                                      *#
  9. #************************************************************************#
  10. set `cat patchlevel.h`
  11. echo  "static char QbSID[]= \042@(#) QBATCH (c) \tVersion: 2.$3 \
  12. (31 October 1991)\042;">what.h
  13.