Skip to content

Instantly share code, notes, and snippets.

@leonlaser
Last active March 22, 2019 10:52
Show Gist options
  • Save leonlaser/2e01308a031faf4bb3cbe33cd7a449b4 to your computer and use it in GitHub Desktop.
Save leonlaser/2e01308a031faf4bb3cbe33cd7a449b4 to your computer and use it in GitHub Desktop.
[Print ASCII Art Table Flip] #shell #asciiart #ascii #echo
#!/bin/sh
# source: https://cutekaomoji.com/misc/table-flipping/
echo "(╯°□°)╯︵ ┻━┻"
#!/bin/sh
# source: https://cutekaomoji.com/misc/table-flipping/
echo "(┛◉Д◉)┛彡┻━┻"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment