citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 96895d771f817921f1fc98e633273a7a8122e3c6
parent ad6db851482e16a4f7fc0e18ef507828ad4ca47f
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  1 Dec 2021 14:05:49 -0800

plainweb: remove exec

Diffstat:
Mbin/plainweb | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bin/plainweb b/bin/plainweb @@ -15,6 +15,4 @@ if [ ! -f "$HURL" ]; then w3m -dump "$1" > "$HURL" fi -exec lessr "$HURL" - - +lessr "$HURL"