#!/bin/bash wget http://hjslfs.org/binaries/001/indexbin001 while read package do wget http://hjslfs.org/binaries/001/$package.bin.tar.bz2 done