11 lines
256 B
Python
11 lines
256 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
sunos_small = AsciiArt(match=""""sunos_small" | "solaris_small"""", color='3 7', ascii="""
|
||
|
${c1} . .; .
|
||
|
. :; :: ;: .
|
||
|
.;. .. .. .;.
|
||
|
.. .. .. ..
|
||
|
.;, ,;.
|
||
|
""")
|
||
|
|