5 lines
265 B
Bash
Executable file
5 lines
265 B
Bash
Executable file
#!/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
|
|
|