Skip to content

Commit

Permalink
the non ansi version was better
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Apr 4, 2011
1 parent b570e8f commit ac0660f
Showing 1 changed file with 35 additions and 41 deletions.
76 changes: 35 additions & 41 deletions bin/mao
Original file line number Diff line number Diff line change
@@ -1,42 +1,36 @@
#!/usr/bin/env python
import os
MOABASE = os.environ['MOABASE']
img = os.path.join(MOABASE, 'share', 'logo', 'mao.txt')
with open(img) as F:
print F.read()

# print """ `.```````..``
# `.-::.`````--.````..-.`
# ``..--```````.`.------:-`
# `.`----:::--..`````````.-:::///:---`
# ``````````..--:::-.``````````../osso/:-.
# ``````````.......--://--...`.``..-:/oyyss/`
# `````.-+++o+++o+/:://+///:-.-::-....-::sss:
# `..-/yyss+//+oyyyyyy+....-:::/o:-..--:odys.
# .-+osy:-:+o++ssyyyys......--:+so:.---+hyo-`
# .--+y/-:::/osyyyyys+-.......-+o++..--:oss:`
# `.::oss-:/+++osyyyyyys+:......:sods...-:/ys.`
# `./ossss+:/ssyyyyyyyyyyyo.....---/+s+.....-/.`
# .oyyyyssyyyyyyyyyyyyyyyyyy-..-/ooo+/oo-.....-.`
# `/ssyyyy/yyyyyyyyyyyhhhhyyy:.-/.----:oo+.....-.-`
# `:-::/++//+yyhhhhhhhhhyyyyyss+y/.:/+.://........`
# `-:/oooy+--+yyyyyyyyyyyyyyyyys/o...-:s:--....-..
# `:/oyyyys-.-/syyyyyyyyyyyyyyyo++-:/:o+-:-....-.
# `--:-://:.-:+yyyyhhhyyyyyyyyysooos//+-..-....`
# .-+syys+/.:+yyyyyyyyyyhyyyyyyoss+:-......````
# ..-:+yyhy:+yhyyyyyyyyyyhhhhhy:-----o-...`
# -:syhhhhh++hhhhhhhhhhhhhhhhyyo--../y-..`
# `--yhhhhhhs/+oyyyso/++oyhhso/o:-.-/syo..`
# `--+sysso+/::://:/::/+yhyo:-:so/+ooos+-`
# .--::::----::::://+ooo+:---/:::::----.`
# `.-------::::://:----::----/++//:.```
# `..---:::---.-..-.-/:---:/++/::-....
# .-----......---:-.-:/:/-----::.````
# ``......-:://///////-::--....```
# `.-..--://////::::::..```
# `......--/////:::::----.`
# .:-....////////////:.``
# ..`---:h////+o++::.`
# ``.:o...-...``
# `
#"""
print """ `.```````..``
`.-::.`````--.````..-.`
``..--```````.`.------:-`
`.`----:::--..`````````.-:::///:---`
``````````..--:::-.``````````../osso/:-.
``````````.......--://--...`.``..-:/oyyss/`
`````.-+++o+++o+/:://+///:-.-::-....-::sss:
`..-/yyss+//+oyyyyyy+....-:::/o:-..--:odys.
.-+osy:-:+o++ssyyyys......--:+so:.---+hyo-`
.--+y/-:::/osyyyyys+-.......-+o++..--:oss:`
`.::oss-:/+++osyyyyyys+:......:sods...-:/ys.`
`./ossss+:/ssyyyyyyyyyyyo.....---/+s+.....-/.`
.oyyyyssyyyyyyyyyyyyyyyyyy-..-/ooo+/oo-.....-.`
`/ssyyyy/yyyyyyyyyyyhhhhyyy:.-/.----:oo+.....-.-`
`:-::/++//+yyhhhhhhhhhyyyyyss+y/.:/+.://........`
`-:/oooy+--+yyyyyyyyyyyyyyyyys/o...-:s:--....-..
`:/oyyyys-.-/syyyyyyyyyyyyyyyo++-:/:o+-:-....-.
`--:-://:.-:+yyyyhhhyyyyyyyyysooos//+-..-....`
.-+syys+/.:+yyyyyyyyyyhyyyyyyoss+:-......````
..-:+yyhy:+yhyyyyyyyyyyhhhhhy:-----o-...`
-:syhhhhh++hhhhhhhhhhhhhhhhyyo--../y-..`
`--yhhhhhhs/+oyyyso/++oyhhso/o:-.-/syo..`
`--+sysso+/::://:/::/+yhyo:-:so/+ooos+-`
.--::::----::::://+ooo+:---/:::::----.`
`.-------::::://:----::----/++//:.```
`..---:::---.-..-.-/:---:/++/::-....
.-----......---:-.-:/:/-----::.````
``......-:://///////-::--....```
`.-..--://////::::::..```
`......--/////:::::----.`
.:-....////////////:.``
..`---:h////+o++::.`
``.:o...-...``
`
"""

0 comments on commit ac0660f

Please sign in to comment.