From 43e9c4fbc960cca70aee833c15094fb697ef6720 Mon Sep 17 00:00:00 2001 From: Vin Howe <24789592+vinhowe@users.noreply.github.com> Date: Fri, 21 Feb 2020 22:04:44 -0700 Subject: [PATCH] Add shebang for portability I don't use bash by default, so this script won't run for me without this line. --- check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check.sh b/check.sh index a6c6a9b..a1c44a0 100644 --- a/check.sh +++ b/check.sh @@ -1,3 +1,5 @@ +#!/usr/bin/env bash + echo "" echo "Running Diff" echo "--------"