downloader.sh (83B)
1 #!/bin/bash 2 3 for i in {1..10}; do 4 /home/andrew/bin/big-downloader.sh $i & 5 done