From 9301a3125fc90bfca9f117292cedf30b91990ea6 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 5 Nov 2022 10:09:29 -0400 Subject: feat: Added setup script and configure binary --- commit.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commit.sh') diff --git a/commit.sh b/commit.sh index 575e237..9d6136e 100755 --- a/commit.sh +++ b/commit.sh @@ -15,6 +15,8 @@ # This script should return 0 if the commit should proceed or 1 if # the commit should be aborted. +!#/bin/sh + set -e # Get the current branch name -- cgit v1.2.3