add interactive shell

This commit is contained in:
Martin Michelsen
2019-01-29 00:17:04 -08:00
parent d0408246d3
commit f3842b49f3
10 changed files with 274 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
#include <memory>
#include "ServerState.hh"
void run_shell(std::shared_ptr<ServerState> state);