[BACK]Return to groups.bld CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / groups.bld (download)

Revision 1.2, Fri Sep 24 03:08:10 1999 UTC (24 years, 8 months ago) by ian
Branch: MAIN
Changes since 1.1: +2 -2 lines

Typo, and fix one HTML tag.

#!/bin/sh -x
#
# $OpenBSD: groups.bld,v 1.2 1999/09/24 03:08:10 ian Exp $
#
# Build the OpenBSD user groups web page.
# Uses the following files:
#
#	groups.dat:		raw data
#	groups.awk:		Script to massage raw data
#	groups.skel		HTML page, with #include for table
#
#set -e
awk -f groups.awk groups.dat > groups-tbl.html
cpp -P groups.skel > groups.html
rm -f groups-tbl.html