Skip to content

Instantly share code, notes, and snippets.

@robvolk
Created July 26, 2017 22:10
Show Gist options
  • Save robvolk/251f98378453314dd5366deeb3414862 to your computer and use it in GitHub Desktop.
Save robvolk/251f98378453314dd5366deeb3414862 to your computer and use it in GitHub Desktop.
Slack Scrabble Emoji function in Bash
function scrabble {
node -p -e "const s = '$1'; let o = ''; for (c of s) o += ':scrabble-' + c + ': '"
}
Copy link

ghost commented Jul 26, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment