diff --git a/zsh.d/zshfunctions/s_client b/zsh.d/zshfunctions/s_client deleted file mode 100644 index 6f0455b..0000000 --- a/zsh.d/zshfunctions/s_client +++ /dev/null @@ -1,7 +0,0 @@ -server=$1 -host=$2 -if [ -z $host ] -then - host=$server -fi -openssl s_client -connect $server:443 -servername $host