mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-19 07:23:35 -04:00
8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
|
|
if [ $# -eq 0 ]; then
|
|
man openssl
|
|
else
|
|
man $1
|
|
fi
|
|
|