mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-11 16:51:26 +02:00
7 lines
61 B
Text
7 lines
61 B
Text
|
|
if [ $# -eq 0 ]; then
|
|
man sudo
|
|
else
|
|
run-help $1
|
|
fi
|
|
|