gungun974

GraphicsComputer installer

May 6th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. if fs.exists("GraphicsComputer") then
  2.     shell.run("rm","GraphicsComputer")
  3. end
  4.  
  5. if fs.exists("exemple") then
  6.     shell.run("rm","exemple")
  7. end
  8. shell.run("pastebin","get","qZ9dT4u3", "GraphicsComputer")
  9. shell.run("pastebin","get","KE0uazBY", "exemple")
  10. print("Installation fini le fichier a étais supprimer")
  11. shell.run("rm", shell.getRunningProgram())
Add Comment
Please, Sign In to add comment