Skip to content

Instantly share code, notes, and snippets.

@hernamesbarbara
Last active August 29, 2015 13:57
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 hernamesbarbara/9541009 to your computer and use it in GitHub Desktop.
Save hernamesbarbara/9541009 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo COCKTAIL GLASS > drinks.txt
echo -e "\xf0\x9f\x8d\xb8" >> drinks.txt
echo TROPICAL DRINK >> drinks.txt
echo -e "\xf0\x9f\x8d\xb9" >> drinks.txt
echo BEER MUG >> drinks.txt
echo -e "\xf0\x9f\x8d\xba" >> drinks.txt
echo SAKE BOTTLE AND CUP >> drinks.txt
echo -e "\xf0\x9f\x8d\xb6" >> drinks.txt
echo WINE GLASS >> drinks.txt
echo -e "\xf0\x9f\x8d\xb7" >> drinks.txt
echo CLINKING BEER MUGS >> drinks.txt
echo -e "\xf0\x9f\x8d\xbb" >> drinks.txt
cat drinks.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment