move apis into rom/modules/main for shell compatibility

This commit is contained in:
kepler155c@gmail.com
2019-06-28 13:50:34 -04:00
parent d4e379af2e
commit b8544644b7
142 changed files with 613 additions and 3869 deletions

7
mbs/autorun/startup.lua Normal file
View File

@@ -0,0 +1,7 @@
if not fs.exists('.mbs') then
print('Installing MBS')
shell.run('mbs download')
end
print('Initializing MBS')
shell.run('mbs startup')