Advertisement
minimite

type

Oct 4th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. os.pullEvent = os.pullEventRaw
  2. local tArgs = {...}
  3. local program = tArgs[1]
  4. term.setTextColor(colors.yellow)
  5. write("> ")
  6. term.setTextColor(colors.white)
  7. textutils.slowWrite(program,2)
  8. print("")
  9. sleep(0.5)
  10. shell.run(program)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement