hyfetch/tools/distros/netbsd_small.py

13 lines
288 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
netbsd_small = AsciiArt(match=r'''"netbsd_small"*''', color='5 7', ascii=r"""
2022-08-20 07:30:23 -06:00
${c2}\\\\${c1}\`-______,----__
${c2} \\\\ ${c1}__,---\`_
${c2} \\\\ ${c1}\`.____
${c2} \\\\${c1}-______,----\`-
${c2} \\\\
\\\\
\\\\
""")