Guest User

startup

a guest
Apr 29th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. rednet.open("top")
  2. while 1<2 do
  3.  write("Cmd: ")
  4.  a = read()
  5.  rednet.broadcast(a)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment