Advertisement
Guest User

startup

a guest
Feb 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. rednet.open("left")
  2. message = rednet.receive()
  3.  
  4. if message then
  5.   while true do
  6.     shell.run("shear")
  7.     sleep(1000)
  8.   end
  9. else
  10.   os.reboot()
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement