-- Runner script for cc-cakehud -- -- Remove the old client shell.run("rm", "client.lua") -- -- Download the new client shell.run("wget", "https://downloads.haiiro.moe/cc/client.lua") -- -- Run the new client shell.run("client.lua")