1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-09-04 05:49:07 +00:00
twemoji/2/scripts/size
2018-06-27 10:57:35 -07:00

7 lines
281 B
Bash
Executable File

#!/usr/bin/env bash
echo "twemoji.js $(cat 2/twemoji.js | wc -c)"
echo "twemoji.js gzipped $(gzip -c 2/twemoji.js | wc -c)"
echo "twemoji.min.js $(cat 2/twemoji.min.js | wc -c)"
echo "twemoji.min.js gzipped $(gzip -c 2/twemoji.min.js | wc -c)"