Skip to content

Instantly share code, notes, and snippets.

@iomonad
Forked from angusjf/bonsai
Created May 22, 2018 12:18
Show Gist options
  • Save iomonad/05ff51cf1d4a74ac3f390cd91071ed27 to your computer and use it in GitHub Desktop.
Save iomonad/05ff51cf1d4a74ac3f390cd91071ed27 to your computer and use it in GitHub Desktop.
prints a color text image of a bonsai tree. not mine but i can't remember where i found it
#!/bin/bash
#prints a color text image of a bonsai tree
echo -e " &&"
echo -e " &&&&&"
echo -e " &&&\/& &&&"
echo -e " &&|,/ |/& &&"
echo -e " &&/ / /_& &&"
echo -e " \ { |_____/_&"
echo -e " { / / &&&"
echo -e " .\`. \\{___\________\/_\}"
echo -e " \} \}\{ \\"
echo -e " }\{\{ \\____&"
echo -e " \{\}\{ \`&\&&"
echo -e " {{} &&"
echo -e " , -=-~{ .-^- _"
echo -e " \`}"
echo -e " {"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment