Advertisement
sanovskiy

Untitled

Nov 12th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. shell.run("pastebin", "get wf2EBfvT san")
  2. shell.run("san", "install bucketfill")
  3.  
  4. shell.run("rm", "startup")
  5. sfile= fs.open("startup", "w") or error("Cannot open file reactor.conf", 2)
  6. sfile.write("shell.run(\"bucketfill\")")
  7. sfile.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement