mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-27 04:04:34 -05:00
10 lines
189 B
Python
10 lines
189 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r"""
|
|
${c2}
|
|
_.._ _ ._.. _
|
|
(_][_)(/,[ |(_)
|
|
| GNU/Linux
|
|
""")
|
|
|