build(test): now working with tmux to test
This commit is contained in:
parent
68a46be858
commit
d7b66ac843
2 changed files with 15 additions and 3 deletions
2
main.cpp
2
main.cpp
|
|
@ -10,5 +10,7 @@ int main(int argc, char *argv[]) {
|
|||
std::cout << CLR_GREY << "Port:\t\t" << CLR_GREEN << argv[1] << CLR_RESET << std::endl;
|
||||
std::cout << CLR_GREY << "Password:\t" << CLR_GREEN << argv[2] << CLR_RESET << std::endl;
|
||||
}
|
||||
while (1)
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue