1 line
93 B
Bash
1 line
93 B
Bash
seq 10000 | xargs -I{} -P 10000 bash -c "echo -e '1\nhit\n2' | python3 client.py" > /dev/null |
seq 10000 | xargs -I{} -P 10000 bash -c "echo -e '1\nhit\n2' | python3 client.py" > /dev/null |