#!/usr/bin/env sh # http://unlicense.org/ curl https://plural.cafe/api/v1/custom_emojis | jq '.[].shortcode' | sed 's/"//g' | sort > emoji-list