FFGFlash

Update

May 30th, 2021 (edited)
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local files = {
  2.   startup = "<pastebin_code>"
  3. }
  4.  
  5. for file,code in pairs(files) do
  6.   print("Updating "..file.." ("..code..")")
  7.   fs.delete(file)
  8.   shell.run("pastebin","get",code,file)
  9. end
  10.  
Add Comment
Please, Sign In to add comment