From b12b427f068a7b3302f227c3af8e90c18052ed64 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 24 Oct 2021 13:10:06 +0200 Subject: Removed templess (I only used it with mmh) --- templess | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 templess (limited to 'templess') diff --git a/templess b/templess deleted file mode 100755 index ec3b999..0000000 --- a/templess +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Write standard in to a temporary file and sends it to a pager. - -pager=${PAGER:-less} -tempfile=$(mktemp) - -cat > "$tempfile" && $pager "$tempfile" -- cgit v1.3