summaryrefslogtreecommitdiff
path: root/run.sh
blob: 8047409dc3e42a64495f80ddf62bbace38cf124b (plain)
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