summaryrefslogtreecommitdiff
path: root/Functions/Misc/run-help-sudo
blob: a8fa7aa0fdf6f57f003ab7f723d18d89709f1b00 (plain)
1
2
3
4
5
6
7
if [ $# -eq 0 ]; then
    man sudo
else
    run-help $1
fi