galygious

Updater

Feb 21st, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. --[[
  2. GalyOS - Updater
  3. Version: 0
  4. Patch: 1
  5. Release: 1
  6. --]]
  7. -- Variables
  8. -- Functions
  9. function update(name,pb)
  10.     shell.run("pastebin","get",pb,dir..temp..name)
  11.     tempfile = fs.open(dir..temp..name)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment