maxderopnl

MoarTerminal

Oct 4th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while true do
  2. backgr = paintutils.loadImage("files/backgr")
  3. paintutils.drawImage(backgr, 1, 1)
  4. term.setCursorPos(1,5)
  5. print("Welcome to the menu")
  6. print("What do you want to do?")
  7. write("mOS> ")
  8.  
  9. input = io.read()
  10.  
  11. shell.run(input)
  12. sleep(3)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment