From 8aa8a247985a08add0f92a3d24272408526003ff Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 30 Oct 2021 10:41:10 +0200 Subject: Added back templess --- templess | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templess') diff --git a/templess b/templess index ec3b999..b06ace7 100755 --- a/templess +++ b/templess @@ -1,6 +1,8 @@ #!/bin/sh # Write standard in to a temporary file and sends it to a pager. +# This is used to be able to pipe the content displayed by less to +# an external program. pager=${PAGER:-less} tempfile=$(mktemp) -- cgit v1.3