Files
progettoso/scripts/test1.sh

9 lines
297 B
Bash
Raw Normal View History

2022-04-23 17:43:38 +02:00
#!/bin/sh
2022-04-30 00:37:59 +02:00
./build/client -t 200 -f socket -w testFiles/1 -D Wdir -W testFiles/1/file1 -r testFiles/1/file1 -d Rdir -R n=3 -p
2022-04-23 17:43:38 +02:00
exit 0
2022-04-29 22:31:08 +02:00
./client -t 200 -f socket -w testFiles -D Wdir -W testFiles/6/f1 -r testFiles/6/f1 -d Rdir -R n=3 -l testFiles/6/f1 -u testFiles/6/f1 -c testFiles/6/f1 -p
2022-04-23 17:43:38 +02:00
exit 0