sfeed_content: allow multiple file parameters as arguments - sfeed_curses - sfe… | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 82e0cbb1afd2fff9654d1f0decff921537932038 | |
parent 976c3d377d2c97129d7cf3477fcdcb02efa48e69 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 24 Jul 2021 22:37:58 +0200 | |
sfeed_content: allow multiple file parameters as arguments | |
... just like the formatting programs. | |
Diffstat: | |
M sfeed_content | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/sfeed_content b/sfeed_content | |
@@ -48,5 +48,5 @@ BEGIN { | |
} else { | |
print unescape($4); | |
} | |
-}' | \ | |
+}' "$@" | \ | |
${PAGER:-less -R} |