add
This commit is contained in:
parent
eca44ef856
commit
6362b0a28d
6
reactions/fetch-latest-format.sh
Executable file
6
reactions/fetch-latest-format.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
base="https://raw.githubusercontent.com/milesj/emojibase/master/packages/data/en"
|
||||||
|
for file in compact.raw.json data.raw.json; do
|
||||||
|
echo "$file:"
|
||||||
|
curl -sf "$base/$file" | jq '.[] | select(.hexcode == "2721")' || exit $?
|
||||||
|
done
|
Loading…
Reference in New Issue
Block a user