Skip to content

Instantly share code, notes, and snippets.

@mihyaeru21
Last active October 27, 2015 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihyaeru21/d8292bb7cc15d9e0a9a1 to your computer and use it in GitHub Desktop.
Save mihyaeru21/d8292bb7cc15d9e0a9a1 to your computer and use it in GitHub Desktop.
`skintone.pl pray | pbcopy` で圧倒的感謝 🙏
#!/usr/bin/env perl
use strict;
use warnings;
use utf8;
exit 1 unless @ARGV;
my $emoji = ":$ARGV[0]:";
print join ' ', $emoji, map { "$emoji:skin-tone-$_:" } 2..6;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment