Skip to content

Commit

Permalink
Another hack since an inverted exclamation point was gving trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmet committed Jul 27, 2024
1 parent 937acc5 commit f4ed69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wraprt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /bin/sh
curl https://www.concertzender.nl | tac | tac | grep -A 1 -m 1 '<div class="cz-font-head single-item-head-text dodot">' | dos2unix| grep '</div>' | lynx -assume_charset=utf-8 -stdin -dump -- | sed -e 's/^[ \t]*//' -e 's/Nu te horen//' | grep -v -e '^$' > /home/henk/.radiotray/nowplaying
curl https://www.concertzender.nl | tac | tac | grep -A 1 -m 1 '<div class="cz-font-head single-item-head-text dodot">' | dos2unix| grep '</div>' | sed -e 's/^[ \t]*//' -e 's/Nu te horen//' -e 's/\x09.*//' | grep -vae '^$' > /home/henk/.radiotray/nowplaying

0 comments on commit f4ed69e

Please sign in to comment.