xref: /aosp_15_r20/external/cldr/tools/scripts/tr-archive/copy-local-assets.sh (revision 912701f9769bb47905792267661f0baf2b85bed5)
1#!/bin/bash
2
3# copy this locally - only used for local preview.
4if [ ! -f ./reports-v2.css ];
5then
6    wget -c 'https://www.unicode.org/reports/reports-v2.css'
7fi
8# copy this locally - only used for local preview.
9if [ ! -f ./logo60s2.gif ];
10then
11    wget -c 'https://www.unicode.org/reports/logo60s2.gif'
12fi
13
14