Advertisement
AKopyl

.update

Dec 7th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function updateFile(name, code)
  2. shell.run('rm '..name)
  3. shell.run('pastebin get '..code..' '..name)
  4. end
  5.  
  6. updateFile('.menu', 'KQsWWqH5')
  7. updateFile('filex', '7eM4XYRU')
  8.  
  9. shell.run('.menu')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement