[BACK]Return to mkcountries CVS log [TXT][DIR] Up to [local] / www / build

File: [local] / www / build / mkcountries (download)

Revision 1.2, Wed Mar 26 19:36:07 2003 UTC (21 years, 2 months ago) by ian
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines

Add warning

#!/bin/sh -e

# generate the list of countries for one or the other file.

echo "<!-- DO NOT EDIT THIS LIST - IT COMES FROM mkcountries -->"
grep '^C ' $1 | sed 's/^C //' | sort -u |
	awk '{ print "<a href=\"#" $1 "\">" $0 "</a>" }'