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