Auto-commit kunsi-p14s.kunbox.net 2024-06-18 21:34:35

This commit is contained in:
Franzi 2024-06-18 21:34:35 +02:00
parent 1d15aa8a0e
commit 7d25559833
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 10 additions and 6 deletions

View file

@ -66,3 +66,7 @@ end
function config --wraps=/usr/bin/git
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $argv;
end
function cert
echo "" | openssl s_client -connect {$argv[1]}:443
end