#!/bin/sh echo -n "Content-Type: application/xml\r\n\r\n" curl -sL http://xkcd.com/atom.xml | sed 's:alt="\([^"]*\)" />:& \<p\>\1\</p\>:g'