about summary refs log tree commit diff
path: root/Functions/mere
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/mere')
-rwxr-xr-xFunctions/mere3
1 files changed, 3 insertions, 0 deletions
diff --git a/Functions/mere b/Functions/mere
new file mode 100755
index 000000000..cf8d8ad14
--- /dev/null
+++ b/Functions/mere
@@ -0,0 +1,3 @@
+#! /bin/sh
+# read a man page in the current directory
+nroff -man -Tman $1 | less -s