./
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 21s

This commit is contained in:
Your Name
2025-05-10 14:17:04 +12:00
parent 39e083898f
commit bc45f60b6e
4 changed files with 162 additions and 115 deletions

View File

@ -76,4 +76,5 @@ int main(int argc, char* argv[]) {
ssh.port = "22";
runner::execute_cmd(command, args, working_dir, env, silent, interactive, &ssh);
}
}