From 5f07e06fa7efa08c7e03a5b8104dec8a2c9d0977 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 5 Sep 2020 15:47:48 +0300 Subject: [PATCH] =?UTF-8?q?[scripts/copy-text-face]=20=C2=AF\=5F(=E3=83=84?= =?UTF-8?q?)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/copy-text-face | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/copy-text-face b/scripts/copy-text-face index 40e368a..97b97d7 100755 --- a/scripts/copy-text-face +++ b/scripts/copy-text-face @@ -2,6 +2,7 @@ declare -A faces=( ["shrug face"]=$'\xc2\xaf\\_(\xe3\x83\x84)_/\xc2\xaf' + ["shrug face (markdown)"]=$'\xc2\xaf\\\\\\_(\xe3\x83\x84)\\_/\xc2\xaf' ["lenny face"]=$'( \xcd\xa1\xc2\xb0 \xcd\x9c\xca\x96 \xcd\xa1\xc2\xb0)' ["table flip"]=$'(\xe3\x83\x8e\xe0\xb2\xa0\xe7\x9b\x8a\xe0\xb2\xa0)\xe3\x83\x8e\xe5\xbd\xa1\xe2\x94\xbb\xe2\x94\x81\xe2\x94\xbb' )