move apis into rom/modules/main for shell compatibility
This commit is contained in:
7
mbs/autorun/startup.lua
Normal file
7
mbs/autorun/startup.lua
Normal 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')
|
||||
|
||||
Reference in New Issue
Block a user