aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rwxr-xr-xtempless8
2 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 827f0bd..e547814 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ SCRIPTS = addressgrep \
26 popup-terminal \ 26 popup-terminal \
27 sfeed-browser \ 27 sfeed-browser \
28 spawn \ 28 spawn \
29 templess \
30 togglemute \ 29 togglemute \
31 translate \ 30 translate \
32 urlgrep \ 31 urlgrep \
diff --git a/templess b/templess
deleted file mode 100755
index ec3b999..0000000
--- a/templess
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/bin/sh
2
3# Write standard in to a temporary file and sends it to a pager.
4
5pager=${PAGER:-less}
6tempfile=$(mktemp)
7
8cat > "$tempfile" && $pager "$tempfile"

Generated with cgit - Back to sebastiano.tronto.net