#!/bin/sh ( echo "$1" shift while [ -n "$1" ] ; do echo ===== $2 wget -O- "http://channels.debian.net/paste/$1?tx=on" echo shift ; shift done ) | sed -f txt2htmlquick.sed