mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-21 06:22:57 +03:00
Compare commits
1 Commits
75e78d7371
...
471f2c6345
Author | SHA1 | Date | |
---|---|---|---|
|
471f2c6345 |
@ -974,7 +974,7 @@ curl_test()
|
||||
rm -f "${PARALLEL_OUT}"*
|
||||
for n in $(seq -s ' ' 1 $REPEATS); do
|
||||
$1 "$IPV" $2 $3 "$4" >"${PARALLEL_OUT}_$n" &
|
||||
pids="${pids:+$pids }$!"
|
||||
pids=${pids:+$pids }$!
|
||||
done
|
||||
n=1
|
||||
for p in $pids; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user