1 2 3 4
#!/bin/sh FEED_URL="http://www.heise.de/newsticker/heise-atom.xml" wget -O - -q "$FEED_URL" | xsltproc filter.xsl - > heise-atom-filtered.xml