summaryrefslogtreecommitdiff
path: root/data/locations-to-country.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/locations-to-country.sh')
-rwxr-xr-xdata/locations-to-country.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/data/locations-to-country.sh b/data/locations-to-country.sh
deleted file mode 100755
index 632d468..0000000
--- a/data/locations-to-country.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-
-git checkout Locations.xml
-TMPFILE=`mktemp`
-
-xsltproc --path `pwd` locations-flatten.xsl Locations.xml > $TMPFILE && \
- xsltproc --path `pwd` locations-reorder.xsl $TMPFILE | \
- sed 's,"/>," />,' | \
- sed 's, <!-- Could not find information about the following stations:,<!-- Could not find information about the following stations:,' > Locations.xml