From 9817beaad9cf15055c5a4e402f38260fb3e64af8 Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Sat, 2 Nov 2024 11:20:44 +0100 Subject: [PATCH] v1.0 --- urls_check.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/urls_check.sh b/urls_check.sh index 72cbf82..52d4977 100755 --- a/urls_check.sh +++ b/urls_check.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# Check SSL certificates and http codes for key domains +# +# Run: ./url_check.sh + +VERSION="v1.0" italic="\033[3m" underline="\033[4m"