1
0
mirror of https://github.com/classilla/tenfourfox.git synced 2025-04-21 01:39:07 +00:00
tenfourfox/104fx_uptzdata.sh
2020-04-29 23:14:18 -07:00

13 lines
356 B
Bash
Executable File

#!/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