Files
hyfetch/tools/distros/OpenWrt.py
T
Azalea (on HyDEV-Daisy) b9773b989d [+] Export distros
2022-08-20 09:30:23 -04:00

15 lines
318 B
Python

from hyfetch.distro import AsciiArt
OpenWrt = AsciiArt(match=""""OpenWrt"*""", color='4 7 1', ascii="""
${c1} _______
| |.-----.-----.-----.
| - || _ | -__| |
|_______|| __|_____|__|__|
|__|
________ __
| | | |.----.| |_
| | | || _|| _|
|________||__| |____|
""")