Advertisement
guitarplayer616

EZ lyqydOS

Jun 20th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. local w,h = term.getSize()
  2. local myWindow = window.create(term.current(),27,1,w,11)
  3. term.redirect(myWindow)
  4. term.setBackgroundColor(colors.blue)
  5. term.clear()
  6.  
  7. shell.run(shell)
  8.  
  9. --shell.run(rom/programs/shell)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement