summaryrefslogtreecommitdiff
path: root/scriptlets/rss_torrent_helper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scriptlets/rss_torrent_helper.sh')
-rwxr-xr-xscriptlets/rss_torrent_helper.sh12
1 files changed, 12 insertions, 0 deletions
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