
startup
By: a guest on
Aug 17th, 2012 | syntax:
Lua | size: 0.27 KB | hits: 13 | expires: Never
os.pullEvent = os.pullEventRaw
term.clear()
term.setCursorPos(1,1)
print("Select your OS")
os = read('*')
print("Select "..os.."'s Version!")
ver = read('*')
if os == "synth" then
if ver == "sBuild3" then
print("correct!")
else
os.reboot()
end
else
os.reboot()
end