new tester

This commit is contained in:
asus
2023-02-17 15:03:41 +01:00
parent 356267e288
commit 101d7b7581
24 changed files with 87 additions and 12648 deletions

16
utils/commands.txt Normal file
View File

@@ -0,0 +1,16 @@
clang -Wall -Wextra -Werror mini_serv.c
./a.out <port>
nc localhost <port>
echo "test1" | nc localhost <port>
bash tester.sh 2>/dev/null
bash tester.sh 2>/dev/null | sort 1>log1.txt
rm mini_serv.c; cp mini_serv_03.c mini_serv.c; bash tester.sh 2>/dev/null | sort 1>log1.txt