Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oldPull = os.pullEvent
- os.pullEvent = os.pullEventRaw
- --this file is the start file, and will never receive an update, it relies solely on the data being the same to ensure a safe and reliable start
- start()
- function start()
- local h = fs.open(settings.get("SystemDefiner"),"r")
- local BootFile = h.readLine(2)
- shell.run(BootFile)
- end
- os.pullEvent = oldPull
Add Comment
Please, Sign In to add comment