From 14a892e627a375334a02381351f139d94ad7ecf3 Mon Sep 17 00:00:00 2001 From: ダカマ Date: Mon, 2 Jun 2025 13:08:46 +0200 Subject: First dump --- scriptlets/rss_torrent_helper.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 scriptlets/rss_torrent_helper.sh (limited to 'scriptlets/rss_torrent_helper.sh') diff --git a/scriptlets/rss_torrent_helper.sh b/scriptlets/rss_torrent_helper.sh new file mode 100755 index 0000000..bea25e4 --- /dev/null +++ b/scriptlets/rss_torrent_helper.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +# this helper script is a monument to my personal failings +# a better man would've just modified the parsing in the original script to allow for per-feed downloaders +# but alas + + +CONFIG_DIR="$HOME/.config/shell-rss-torrent" + +for file in $CONFIG_DIR/*.xml; do + $HOME/stuf/scripts/shell-rss-torrent "$file" +done \ No newline at end of file -- cgit v1.2.3