Skip to content

Instantly share code, notes, and snippets.

View lilithmooncohen's full-sized avatar

Lily Cohen lilithmooncohen

View GitHub Profile
#!/bin/bash
CATEGORY=$1
EMOJI_BASE_URL="https://homestead-social.sfo2.cdn.digitaloceanspaces.com/emoji_packs"
URL_ENCODED_CATEGORY=$(echo $CATEGORY | sed 's/ /%20/g')
NO_SPACE_CATEGORY=$(echo $CATEGORY | sed 's/ /_/g')
import() {
CATEGORY=$1
EMOJI_BASE_URL="https://homestead-social.sfo2.cdn.digitaloceanspaces.com/emoji_packs"