mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-29 09:27:56 +00:00
5 lines
116 B
Bash
5 lines
116 B
Bash
#!/bin/bash
|
|
|
|
echo '### Test too slow spawning'
|
|
seq 1000000000 1000000010 | pv -L 10 -q | stdout parallel -j 10 echo
|