Remove redundant syntax - bitreich-tv - Meme TV encoding and streaming | |
git clone git://bitreich.org/bitreich-tv git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfr… | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit fefe9e30407cce611295a3c47871d5bbd9c35b8d | |
parent d8c1614c68dc43eaae44e29ca3aa6d3a9313f067 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sun, 16 Aug 2020 22:57:58 +0200 | |
Remove redundant syntax | |
Diffstat: | |
M brtv-news.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/brtv-news.sh b/brtv-news.sh | |
@@ -11,4 +11,4 @@ tagfile="modules/hashtags/hashtags.txt" | |
grep 'Adding #' | sed 's/.* #/#/;s/ .*//' | \ | |
while read -r tag; do | |
grep "$tag" "${annna}/${tagfile}" | head -1 | |
-done | ./bin/brtv-generate-playlist.sh | ./bin/brtv-playlist-to-m3u.sh | |
+done | bin/brtv-generate-playlist.sh | bin/brtv-playlist-to-m3u.sh |