Advertisement
Guest User

startup

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