Created
June 8, 2013 02:15
-
-
Save dhrp/5733652 to your computer and use it in GitHub Desktop.
this is the docker ascii logo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Docker logo | |
## . | |
## ## ## == | |
## ## ## ## === | |
/""""""""""""""""\___/ === | |
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ | |
\______ o __/ | |
\ \ __/ | |
\____\______/ | |
| | | |
__ | __ __ | _ __ _ | |
/ \| / \ / |/ / _\ | | |
\__/| \__/ \__ |\_ \__ | | |
logo with \ characters escaped | |
term.echo(' ## . '); | |
term.echo(' ## ## ## == '); | |
term.echo(' ## ## ## ## === '); | |
term.echo(' /""""""""""""""""\\\___/ === '); | |
term.echo(' ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ '); | |
term.echo(' \\\______ o __/ '); | |
term.echo(' \\\ \\\ __/ '); | |
term.echo(' \\\____\\\______/ '); | |
term.echo(' '); | |
term.echo(' | | '); | |
term.echo(' __ | __ __ | _ __ _ '); | |
term.echo(' / \\\| / \\\ / |/ / _\\\ | '); | |
term.echo(' \\\__/| \\\__/ \\\__ |\\\_ \\\__ | '); | |
term.echo(' '); | |
``` | |
Obrigado!!!
Nice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Que bien, gracias!!