From 6a07c907ca0cc7e27e991863a58be1e26840ea4e Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 23 Dec 2019 20:53:37 +0100 Subject: [PATCH] Remove weechat config. --- weechat.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100755 weechat.sh diff --git a/weechat.sh b/weechat.sh deleted file mode 100755 index b3c3d68..0000000 --- a/weechat.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash - -get_fingerprints() -{ - local hosts=$(host $1 | rev | cut -f 1 -d " " | rev) - - for ip in $hosts; do - openssl x509 -in <(openssl s_client -connect $ip:9999 2>/dev/null) -text -noout -fingerprint - done 2>/dev/null | \ - grep -F 'SHA1 Fingerprint=' | \ - cut -d "=" -f 2 | \ - tr -d ':' | \ - paste -sd "," -} - -weechat -d "$HOME/.config/weechat" -r "$(cat <