Advertisement
theinsekt

update

Feb 25th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local folder="/theinsekt"
  2. local filename="d"
  3. local code="NYFuunzF"
  4. local path=folder.."/"..filename
  5. print(path)
  6. fs.delete(folder)
  7. fs.makeDir(folder)
  8. shell.run("pastebin","get", code, folder.."/"..filename)
  9. shell.run(path,"rm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement