From: Ralf Jung Date: Thu, 18 Jun 2015 11:12:52 +0000 (+0200) Subject: don't hard-code the path to the python interpreter X-Git-Url: https://git.ralfj.de/tls-check.git/commitdiff_plain/079098709ef1c3019ec809aab120c8af8cca266a don't hard-code the path to the python interpreter --- 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