More instructions

This commit is contained in:
Your Name
2025-04-25 23:29:50 +12:00
parent fb46dffdaf
commit 3c99ad1503
6 changed files with 103 additions and 25 deletions

View File

@ -19,9 +19,6 @@ namespace dropshell {
std::set<std::string> get_used_commands(const std::string& server_name, const std::string& service_name);
bool create_service(const std::string& server_name, const std::string& service_name);
void interactive_ssh(const std::string & server_name, const std::string & service_name, const std::string & command);
} // namespace dropshell