Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1,1)
- oldRun = shell.run
- shell.run = function( ... )
- function lolWhy()
- oldRun("shell")
- end
- function b()
- runLine( table.concat( { ... }, " " ) )
- end
- parallels.waitForAny( lolWhy, b )
- end
Advertisement
Add Comment
Please, Sign In to add comment