mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2025-01-11 00:57:53 +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
|