mirror of
https://github.com/twitter/twemoji.git
synced 2025-05-24 07:07:32 +09:00
6 lines
274 B
Plaintext
Executable File
6 lines
274 B
Plaintext
Executable File
cd /usr/bin/env bash
|
|
echo "twemoji.js $(cat twemoji.js | wc -c)"
|
|
echo "twemoji.js gzipped $(gzip -c twemoji.js | wc -c)"
|
|
echo "twemoji.min.js $(cat twemoji.min.js | wc -c)"
|
|
echo "twemoji.min.js gzipped $(gzip -c twemoji.min.js | wc -c)"
|