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