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