diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-08-27 17:52:13 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-08-27 17:57:29 +0200 |
commit | 8ce41c4331d3e9386119516bf482a07456c4a5ec (patch) | |
tree | dc49882ce5d464aa9f07bd230c2474561a208aa4 /run.sh | |
download | heise-eisschrank-8ce41c4331d3e9386119516bf482a07456c4a5ec.tar.gz heise-eisschrank-8ce41c4331d3e9386119516bf482a07456c4a5ec.zip |
heise-eisschrank
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 |