mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-06 11:21:22 +02:00
3 lines
84 B
Bash
3 lines
84 B
Bash
#! /bin/sh
|
|
# read a man page in the current directory
|
|
nroff -man -Tman $1 | less -s
|