Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- tShell = shell
- if not tShell and fs.exists("/rom/events.lua") then
- shell = nil
- parallel.waitForAny(function() os.run( getfenv(), "/rom/programs/shell", nil) end, function() os.run(getfenv(),"/rom/events.lua",nil) end )
- end
Advertisement
Add Comment
Please, Sign In to add comment