X-Git-Url: https://git.ralfj.de/tls-check.git/blobdiff_plain/e07bca134da4fe65e1ebe88624bad606b81e073c..079098709ef1c3019ec809aab120c8af8cca266a:/tls-check diff --git a/tls-check b/tls-check index 8be067e..04c911f 100755 --- a/tls-check +++ b/tls-check @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import subprocess, sys, argparse, time, re from collections import OrderedDict, namedtuple from enum import Enum