diff options
Diffstat (limited to 'boot/mbs.lua')
| -rw-r--r-- | boot/mbs.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mbs.lua b/boot/mbs.lua index a80ee70..129109f 100644 --- a/boot/mbs.lua +++ b/boot/mbs.lua @@ -2,4 +2,4 @@ assert(loadfile("/.mbs/bin/mbs.lua", _ENV))('startup') term.setTextColor(16) print(os.version() .. " (+MBS)") term.setCursorPos(1,2) -term.setTextColor(1)
\ No newline at end of file +term.setTextColor(1) |
