summaryrefslogtreecommitdiff
path: root/scriptlets/rss_torrent_helper.sh
diff options
context:
space:
mode:
authorダカマ <dakama@kakeranoumi.xyz>2025-06-02 13:08:46 +0200
committerダカマ <dakama@kakeranoumi.xyz>2025-06-02 13:08:46 +0200
commit14a892e627a375334a02381351f139d94ad7ecf3 (patch)
treee7c1ee5040f3076f57401b3b9e9eb567e2ecfb1a /scriptlets/rss_torrent_helper.sh
First dumpHEADmaster
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