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