Le_JuiceBOX

ComputerCraft_Module_InstallerUtils

Feb 8th, 2021 (edited)
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1.  
  2. function downloadPaste(name,id)
  3.     shell.run("delete "..name)
  4.     shell.run("pastebin get "..id.." "..name)
  5. end
  6.  
  7. function makeStartup(lines,paste)
  8.     shell.run("delete startup.lua")
  9.     if paste then shell.run("pastebin get "..paste.." startup"); return; end
  10. end
Add Comment
Please, Sign In to add comment