• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2npm i
3set -x
4# copy this locally
5if [ ! -f ./reports-v2.css ];
6then
7    wget -c 'http://www.unicode.org/reports/reports-v2.css'
8fi
9# copy this locally
10if [ ! -f ./logo60s2.gif ];
11then
12    wget -c 'https://www.unicode.org/reports/logo60s2.gif'
13fi
14mkdir -p dist
15cp -vR ../../../docs/ldml/ ./dist/
16node archive.js && zip -r tr35.zip dist/*.html dist/images
17