diff options
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,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
\ No newline at end of file |