xXm0dzXx

Untitled

Nov 17th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3.  
  4. oldRun = shell.run
  5. shell.run = function( ... )
  6. function lolWhy()
  7. oldRun("shell")
  8. end
  9. function b()
  10. runLine( table.concat( { ... }, " " ) )
  11. end
  12. parallels.waitForAny( lolWhy, b )
  13. end
Advertisement
Add Comment
Please, Sign In to add comment