Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function downloadPaste(name,id)
- shell.run("delete "..name)
- shell.run("pastebin get "..id.." "..name)
- end
- function makeStartup(lines,paste)
- shell.run("delete startup.lua")
- if paste then shell.run("pastebin get "..paste.." startup"); return; end
- end
Add Comment
Please, Sign In to add comment