Advertisement
UpZone

CC - Setup Templater

Jun 16th, 2016
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. shell.run("cd \\")
  2. shell.run("rm builder")
  3.  
  4. shell.run("mkdir builder")
  5. shell.run("cd builder")
  6. shell.run("pastebin get u22vpVU6 Templater")
  7.  
  8. shell.run("mkdir apis")
  9. shell.run("cd apis")
  10. shell.run("pastebin get wP8UtxYy Colors")
  11. shell.run("pastebin get nsvKtqeU Paint")
  12. shell.run("pastebin get 2BG8HViA Button")
  13. shell.run("cd ..")
  14.  
  15. shell.run("mkdir templates")
  16. shell.run("cd ..")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement