home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- #************************************************************************#
- #* *#
- #* whatgen Create what.h containing the correct patchlevel. *#
- #* *#
- #* Copyright (c) Vita Services 1990 *#
- #* (c) Vita Fibres 1990 1991 *#
- #* *#
- #************************************************************************#
- set `cat patchlevel.h`
- echo "static char QbSID[]= \042@(#) QBATCH (c) \tVersion: 2.$3 \
- (31 October 1991)\042;">what.h
-