3 lines
141 B
Bash
3 lines
141 B
Bash
|
#! /bin/bash
|
||
|
cd client_test
|
||
|
./p-slowclient localhost 9091 test.txt & ./p-client localhost 9091 test.txt & ./p-client localhost 9091 test.txt
|