6677

InstallCCBridge

Dec 24th, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. if fs.exists("CCBridge") then
  2.   print("Removing previous copy of CCBridge")
  3.   shell.run("rm", "CCBridge")
  4. end
  5. shell.run("pastebin","get c4CwytVz CCBridge")
  6. if fs.exists("ports.cfg") == false then
  7.   print("Retreiving default configuration file")
  8.   shell.run("pastebin","get DpCGutTs ports.cfg")
  9. end
  10. print("Done")
  11. print("")
  12. print("Launch with the command: CCBridge")
Advertisement
Add Comment
Please, Sign In to add comment