]> git.rmz.io Git - dotfiles.git/blob - zsh/functions/run-help-sudo
mutt: treat googlegroups as lists and don't autosign
[dotfiles.git] / zsh / functions / run-help-sudo
1 if [ $# -eq 0 ]; then
2 man sudo
3 else
4 run-help $1
5 fi
6
7