Skip to content

Instantly share code, notes, and snippets.

View leosunmo's full-sized avatar

Leo Palmer Sunmo leosunmo

  • Boozt
  • Malmö
  • 08:38 (UTC +02:00)
View GitHub Profile
@leosunmo
leosunmo / intensify.sh
Last active January 9, 2023 09:47 — forked from alisdair/intensify.sh
intensifies Slack emoji creator
#!/bin/bash
# Generate a `:something-intensifies:` Slack emoji, given a reasonable image
# input. I recommend grabbing an emoji from https://emojipedia.org/
set -euo pipefail
if ! command -v identify &> /dev/null
then
if [ "$(uname)" == "Darwin" ]; then