Remove useless test scripts

This commit is contained in:
Quentin 2019-09-02 15:34:28 +02:00
parent 7b8da7f4fb
commit a8411f8a7c
2 changed files with 0 additions and 6 deletions

View file

@ -1,3 +0,0 @@
#!/bin/bash
mkdir -p ./{log,res}
measlat -h 127.0.0.1 -p 9000 -c $1 -i $2 -s $3 > ./res/naive.csv 2> ./log/client-measlat-stderr.log

View file

@ -1,3 +0,0 @@
#!/bin/bash
mkdir -p ./log
udpecho -p 9000 > ./log/server-udpecho-stdout.log 2> ./log/server-udpecho-stderr.log