mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-30 20:17:21 -05:00
12 lines
217 B
Python
12 lines
217 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
freebsd_small = AsciiArt(match=r'''"freebsd_small"''', color='1 7 3', ascii=r"""
|
|
${c1}/\\,-'''''-,/\\
|
|
\\_) (_/
|
|
| |
|
|
| |
|
|
; ;
|
|
'-_____-'
|
|
""")
|
|
|