Advertisement
Illuminatos

LoadProgramm

Aug 1st, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. write("Programmname: ")
  2. local name = io.read()
  3. write("Pastebin-Code: ")
  4. local code= io.read()
  5. shell.run("rm", name)
  6. shell.run("pastebin", "get", code, name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement