Return to brand-elwix.lua CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / boot |
ver 2.6
-- Copyright (c) 2016 Michael Pounov <misho@elwix.org> -- $Id: brand-elwix.lua,v 1.2 2021/03/11 13:59:50 misho Exp $ local drawer = require("drawer") local elwix = { " ", " '||''''| '|| || '||' '|' ", " || . || ... ... ... ... || | ", " ||''| || || || | || || ", " || || ||| ||| || | || ", " .||.....| .||. | | .||. .| ||. ", " " } drawer.addBrand("elwix", { graphic = elwix, shift = {x = 0, y = 0}, }) return true