local file = io.open("version", "r")
__version = file:read()
file:close()

shell.run("options")

if not __CraftOS then
	os.reboot()
end

term.setCursorPos(1,1)
term.setBackgroundColor(colors.black)
term.clear()
term.setTextColor(colors.yellow)
term.write("CraftOS")
term.setTextColor(colors.white)
term.setCursorPos(1,2)