Added Oh My Posh Script.

This commit is contained in:
Andrew Schott 2024-07-02 03:51:30 -05:00
parent cdc90f83e7
commit 96a8c61f00
7 changed files with 174 additions and 108 deletions

View file

@ -1,6 +1,6 @@
#/bin/bash
SERVERLIST=("shadow.schotty.com" "schotty.com" "gitlab.schotty.com" "mx.andrewschott.com")
SERVERLIST=("shadow.schotty.com" "schotty.com" "matrix.schotty.com" "mx.andrewschott.com")
for i in ${SERVERLIST[*]}; do
echo | openssl s_client -servername $i -connect $i:443 2>/dev/null | openssl x509 -noout -subject -enddate