diff options
| author | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-07-31 13:14:53 -0400 |
|---|---|---|
| committer | Zach DeCook <zach.decook@bettercarpeople.com> | 2026-07-31 13:14:53 -0400 |
| commit | ab3b79c488ba7cebfd42ce614590247e9428b32a (patch) | |
| tree | c35c75101cbb112e9708812485e591fe3ce51016 /.local/bin/emojis.sh | |
| parent | 3374a3981538c0615ebfe36fc55a408f18d2bd17 (diff) | |
| download | dotfiles-ab3b79c488ba7cebfd42ce614590247e9428b32a.tar.gz | |
improve dotfiles
Diffstat (limited to '.local/bin/emojis.sh')
| -rwxr-xr-x | .local/bin/emojis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/emojis.sh b/.local/bin/emojis.sh index 5954b33..d630f3e 100755 --- a/.local/bin/emojis.sh +++ b/.local/bin/emojis.sh @@ -1,6 +1,7 @@ #!/bin/sh # http://www.unicode.org/Public/emoji/14.0/emoji-test.txt +# http://www.unicode.org/Public/emoji/16.0/emoji-test.txt # alpine package unicode-character-database installs this here: # title="😀 Emoji Input" input=/usr/share/unicode/emoji/emoji-test.txt |
