mirror of
https://github.com/php/phd.git
synced 2026-03-23 22:52:05 +01:00
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
MAN=`which man`
|
|
$MAN -M @doc_dir@/pman/ $*
|