#!/bin/csh -f set root=https://raw.githubusercontent.com/unicode-org/icu/master/icu4c/source/data/misc set verbose cd intl/icu/source/data/misc || exit curl -L ${root}/metaZones.txt > metaZones.txt curl -L ${root}/timezoneTypes.txt > timezoneTypes.txt curl -L ${root}/windowsZones.txt > windowsZones.txt curl -L ${root}/zoneinfo64.txt > zoneinfo64.txt