mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-29 02:31:05 +00:00
13 lines
356 B
Bash
Executable File
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
|
|
|
|
|