10 lines
No EOL
189 B
Python
10 lines
No EOL
189 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r"""
|
|
${c2}
|
|
_.._ _ ._.. _
|
|
(_][_)(/,[ |(_)
|
|
| GNU/Linux
|
|
""")
|
|
|