mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-01 06:33:22 +00:00
13 lines
356 B
Bash
13 lines
356 B
Bash
|
#!/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
|
||
|
|
||
|
|