Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --CCBoot by Maccraft123
- --Functions:
- function SetUp()
- term.setBackgroundColor(colors.black)
- term.clear()
- term.setCursorPos(1,1)
- print(" CCBoot")
- print(" Choose An OS:")
- print("1: CraftOS")
- write("OS Choice: ")
- choice = read()
- if choice == 1 then
- shell.run("/rom/programs/shell")
- end
- end
- SetUp()
Advertisement
Add Comment
Please, Sign In to add comment