diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 13:15:34 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-11-15 13:15:34 -0500 |
| commit | e379656333caefe28914c6bc0cdfe9a80b1ecd0e (patch) | |
| tree | dbc8ebef215d90b4d6285530a31dc1bd4ae0f15f /boot/mbs.lua | |
| parent | a405ec93546b95c2369ec9069b3616944d785198 (diff) | |
| download | bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.gz bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.tar.bz2 bits-UI-e379656333caefe28914c6bc0cdfe9a80b1ecd0e.zip | |
Updated MBS
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 129109f..754d1ce 100644 --- a/boot/mbs.lua +++ b/boot/mbs.lua @@ -1,4 +1,4 @@ -assert(loadfile("/.mbs/bin/mbs.lua", _ENV))('startup') +assert(loadfile("mbs.lua", _ENV))('startup', "mbs.lua") term.setTextColor(16) print(os.version() .. " (+MBS)") term.setCursorPos(1,2) |
