From fde6d25f933958eef364e9109e1ca9e17d9eabc5 Mon Sep 17 00:00:00 2001 From: bellma101 Date: Fri, 29 Mar 2019 09:24:04 -0500 Subject: [PATCH] Changed shebang to #!/usr/bin/env bash. --- chomp-scan.sh | 2 +- installer.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chomp-scan.sh b/chomp-scan.sh index 8ed94c2..03b05e4 100755 --- a/chomp-scan.sh +++ b/chomp-scan.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Colors NC='\033[0m'; diff --git a/installer.sh b/installer.sh index cec749f..1cd8ed9 100755 --- a/installer.sh +++ b/installer.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Colors NC='\033[0m';