diff options
Diffstat (limited to 'rdrview-filter.sh')
-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" |