minify-html/gen/gen.sh

12 lines
209 B
Bash
Raw Permalink Normal View History

2020-07-09 03:06:08 -04:00
#!/usr/bin/env bash
set -e
pushd "$(dirname "$0")"
node node_modules/ts-node/dist/bin.js attrs.ts
node node_modules/ts-node/dist/bin.js codepoints.ts
node node_modules/ts-node/dist/bin.js entities.ts
popd