mirror of
https://github.com/akelge/zsh
synced 2025-07-03 21:19:06 +00:00
changes 4
This commit is contained in:
@ -19,6 +19,6 @@ while getopts ":hr:" arg; do
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
[ $help -eq 1 ] && usage
|
[ $help -eq 1 ] && usage && return 0
|
||||||
[ $remote -eq 0 ] && openssl x509 -in $* -noout -text
|
[ $remote -eq 0 ] && openssl x509 -in $* -noout -text
|
||||||
[ $remote -eq 1 ] && openssl s_client -connect $host < /dev/null | openssl x509 -noout -text
|
[ $remote -eq 1 ] && openssl s_client -connect $host < /dev/null | openssl x509 -noout -text
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user