From fa783f0a8ae051a484863d4605746f622754e3a1 Mon Sep 17 00:00:00 2001 From: Elektroll Date: Sat, 26 Mar 2022 08:12:34 +0100 Subject: [PATCH] Hash-Bang update Modify Hash-Bang so other *nix systems load the bash enviorment instead of hard code bash path. --- sslchecker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sslchecker b/sslchecker index be9d03e..f3831ec 100644 --- a/sslchecker +++ b/sslchecker @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash usage() { cat <