File: generate.sh

package info (click to toggle)
golang-maunium-go-mautrix 0.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: sh: 6; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
echo -e "$(
	curl -s https://www.unicode.org/Public/14.0.0/ucd/emoji/emoji-variation-sequences.txt \
	| grep FE0F \
	| awk '{ printf("\\U%8s\n", $1) }' \
	| sed 's/ /0/g'
)" | jq -RcM '[inputs]' > emojis-with-variations.json