aboutsummaryrefslogtreecommitdiff
path: root/boot/mbs.lua
blob: a80ee7067a8a0dd6f5fed085e42e64c002698409 (plain) (blame)
1
2
3
4
5
assert(loadfile("/.mbs/bin/mbs.lua", _ENV))('startup')
term.setTextColor(16)
print(os.version() .. " (+MBS)")
term.setCursorPos(1,2)
term.setTextColor(1)