mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
7 lines
56 B
Text
7 lines
56 B
Text
|
|
if [ $# -eq 0 ]; then
|
|
man sudo
|
|
else
|
|
man $1
|
|
fi
|
|
|