removed client code and executable, use ncat or similar program to communicate with the server

This commit is contained in:
Arthur-Coppey
2021-11-26 13:35:43 +01:00
parent c63415c134
commit fb4052dcff
9 changed files with 1 additions and 124 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "server.h"
int main(int argc, char *argv[]) {
// TODO: shell args
server(1, 1);
return 0;
}