File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / boot / brand-elwix.lua
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jun 11 00:50:57 2020 UTC (4 years, 1 month ago) by misho
Branches: elwix2_6
adds new lua stuffs

-- Copyright (c) 2016 Michael Pounov <misho@elwix.org>
-- $Id: brand-elwix.lua,v 1.1.2.1 2020/06/11 00:50:57 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>