[+] Export distros
This commit is contained in:
parent
8f8ecb7b94
commit
b9773b989d
311 changed files with 7061 additions and 14 deletions
29
tools/distros/OpenBSD.py
Normal file
29
tools/distros/OpenBSD.py
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
OpenBSD = AsciiArt(match=""""OpenBSD"*""", color='3 7 6 1 8', ascii="""
|
||||
${c3} _
|
||||
(_)
|
||||
${c1} | .
|
||||
${c1} . |L /| . ${c3} _
|
||||
${c1} _ . |\ _| \--+._/| . ${c3}(_)
|
||||
${c1} / ||\| Y J ) / |/| ./
|
||||
J |)'( | ` F`.'/ ${c3} _
|
||||
${c1} -<| F __ .-< ${c3}(_)
|
||||
${c1} | / .-'${c3}. ${c1}`. /${c3}-. ${c1}L___
|
||||
J \\ < ${c3}\ ${c1} | | ${c5}O${c3}\\${c1}|.-' ${c3} _
|
||||
${c1} _J \\ .- \\${c3}/ ${c5}O ${c3}| ${c1}| \\ |${c1}F ${c3}(_)
|
||||
${c1} '-F -<_. \\ .-' `-' L__
|
||||
__J _ _. >-' ${c1})${c4}._. ${c1}|-'
|
||||
${c1} `-|.' /_. ${c4}\_| ${c1} F
|
||||
/.- . _.<
|
||||
/' /.' .' `\\
|
||||
/L /' |/ _.-'-\\
|
||||
/'J ___.---'\|
|
||||
|\ .--' V | `. `
|
||||
|/`. `-. `._)
|
||||
/ .-.\\
|
||||
\\ ( `\\
|
||||
`.\\
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue