[F] Fix distro name escape
This commit is contained in:
parent
b9773b989d
commit
1e1cddc58f
310 changed files with 317 additions and 313 deletions
18
tools/distros/oracle.py
Normal file
18
tools/distros/oracle.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
from hyfetch.distro import AsciiArt
|
||||
|
||||
oracle = AsciiArt(match=r'''"Oracle"*''', color='1 7 3', ascii=r"""
|
||||
${c1}
|
||||
`-/+++++++++++++++++/-.`
|
||||
`/syyyyyyyyyyyyyyyyyyyyyyys/.
|
||||
:yyyyo/-...............-/oyyyy/
|
||||
/yyys- .oyyy+
|
||||
.yyyy` `syyy-
|
||||
:yyyo /yyy/
|
||||
.yyyy` `syyy-
|
||||
/yyys. .oyyyo
|
||||
/yyyyo:-...............-:oyyyy/`
|
||||
`/syyyyyyyyyyyyyyyyyyyyyyys+.
|
||||
`.:/+ooooooooooooooo+/:.`
|
||||
""")
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue