Remove useless scripts
This commit is contained in:
parent
7433238c6c
commit
14641fa371
4 changed files with 0 additions and 16 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
mkdir -p ./{res,log}
|
||||
measlat -h 127.0.0.1 -p 9000 > /dev/null 2>&1 # Used to wait for connections
|
||||
measlat -h 127.0.0.1 -p 9000 -c $1 -i $2 -s $3 > ./res/witness.csv 2> ./log/client-measlat-stderr.log
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/bash
|
||||
mkdir -p ./log
|
||||
udpecho -p 9000 > ./log/server-udpecho-stdout.log 2> ./log/server-udpecho-stderr.log
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
mkdir -p $4/{res,log}
|
||||
measlat -h fbx-rennes2.machine.deuxfleurs.fr -p 9000 > /dev/null 2>&1 # Used to wait for connections
|
||||
measlat -h fbx-rennes2.machine.deuxfleurs.fr -p 9000 -c $1 -i $2 -s $3 > $4/res/witness2.csv 2> $4/log/client-measlat-stderr.log
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
sleep 65535
|
Loading…
Reference in a new issue