File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / boot / brand-elwix.lua
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 13:59:50 2021 UTC (3 years, 2 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, HEAD, ELWIX2_7, ELWIX2_6
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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>