Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- backgr = paintutils.loadImage("files/backgr")
- paintutils.drawImage(backgr, 1, 1)
- term.setCursorPos(1,5)
- print("Welcome to the menu")
- print("What do you want to do?")
- write("mOS> ")
- input = io.read()
- shell.run(input)
- sleep(3)
- end
Advertisement
Add Comment
Please, Sign In to add comment