Having recently discovered for looping and wget with the -pk options, I would like to try my hand at mirroring an entire site. I have created a shell script that, in theory, should launch 10 scripts with for-looped wgets each in their own terminal window.

It looks like it works at first, 10 windows open just fine, but they immediately shut. Running the scripts individually works just fine, but launching them all at once does not work.

Could any bash guru out there give me a hand?