mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-23 06:27:55 +00:00
5 lines
124 B
Bash
5 lines
124 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo '### Test fix #32191'
|
||
|
seq 1 150 | parallel -j9 --retries 2 -S localhost,: "/bin/non-existant 2>/dev/null"
|