Rev. | 86351aa6c7cc68a9f13cfb13720ec0731a017802 |
---|---|
Größe | 90 Bytes |
Zeit | 2011-02-22 01:07:49 |
Autor | lorenzo |
Log Message | I simply changed the name of the script I am calling from overall.sh. |
#!/bin/bash
for ((i=1; i<=10; i++)); do echo $i; done | xargs -n 1 -P 4 ./my_script2.sh