6 lines
102 B
Lua
6 lines
102 B
Lua
function CC(cmd)
|
|
Cmd { working_dir = GetProjectPath(), destination = "console", cmd = cmd }
|
|
end
|
|
|
|
|