Skip to content

Instantly share code, notes, and snippets.

@bikubi
Last active August 6, 2018 20:13
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 bikubi/fecaa6eb7815ed39126c3eabfa052f49 to your computer and use it in GitHub Desktop.
Save bikubi/fecaa6eb7815ed39126c3eabfa052f49 to your computer and use it in GitHub Desktop.
create a smiley that won't be automagically emojized by facebook & copy to clipboard :‌)
# premade for copy&paste: :‌) ;‌) :‌( :‌D :‌P <‌3
php -r "echo html_entity_decode(':&zwnj;)');" | xclip -selection clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment