diff options
Diffstat (limited to '.local/bin/rssget')
| -rwxr-xr-x | .local/bin/rssget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/rssget b/.local/bin/rssget index 877d14f..5d470b4 100755 --- a/.local/bin/rssget +++ b/.local/bin/rssget @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Searches the website for RSS feeds and adds them to newsboat url list. Can # also find hidden RSS feeds on various websites, namely Youtube, Reddit, |
