--Alle Rechte an SimSoft 2.1 sind "SimlorLP" (oder in Minecraft auch nur "Simlor") vorbehalten.
os.pullEvent = os.pullEventRaw

--LiveSystem

function SystemS()
 shell.run("SimSoft/System/SystemStart")
 os.reboot()
end

function LiveSystem()
 shell.run("SimSoft/System/LiveSystem")
end

parallel.waitForAll(SystemS, LiveSystem)

--LiveSystem end