hyfetch/tools/distros/sunos.py
2022-08-20 09:43:52 -04:00

14 lines
No EOL
372 B
Python

from hyfetch.distro import AsciiArt
sunos = AsciiArt(match=r'''"SunOS"''', color='3 7', ascii=r"""
${c1} `- `
`-- `+- .:
.+: `++: -/+- .
`.::` -++/``:::`./+/ `.-/.
`++/-`.` ` /++:`
`` ./:` .: `..`.-
``./+/:- -+++:-
-/+` :.
""")