From 8ce41c4331d3e9386119516bf482a07456c4a5ec Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 27 Aug 2016 17:52:13 +0200 Subject: heise-eisschrank --- run.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 run.sh (limited to 'run.sh') diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..8047409 --- /dev/null +++ b/run.sh @@ -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 -- cgit v1.2.1