diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-09 00:07:45 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-09 00:07:45 +0200 |
commit | 162ed2b190926fbbb178013e961dbc0c0662bffa (patch) | |
tree | 7fa2677b56b25d8453213567c8243be48ae08bc9 | |
parent | feef2be5cd311336ad6a037cd1f03d7addabc1b4 (diff) | |
download | newsboat-162ed2b190926fbbb178013e961dbc0c0662bffa.tar.gz newsboat-162ed2b190926fbbb178013e961dbc0c0662bffa.tar.bz2 newsboat-162ed2b190926fbbb178013e961dbc0c0662bffa.zip |
update
-rwxr-xr-x | rdrview-filter.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rdrview-filter.sh b/rdrview-filter.sh index 8a4f35c..e6a57d8 100755 --- a/rdrview-filter.sh +++ b/rdrview-filter.sh @@ -1,2 +1,3 @@ -#!/bin/sh -rdrview -T title,body $0 +#!/usr/bin/env bash + +rdrview -T title,body "$1" |