Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if turtle then
  2. fs.delete("startup")
  3. fs.copy("disk/waller/startup.disabled", "startup")
  4.  
  5. fs.delete("waller")
  6. fs.copy("disk/waller", "waller")
  7.  
  8. shell.run("waller/build_wall")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement