1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00
This commit is contained in:
Anujeet Kunturkar 2023-04-01 02:22:31 +00:00 committed by GitHub
commit 4bc31e14d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
#! /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)"