From a0acf8aa79c7869c8570a0e772794ebf5838d8cf Mon Sep 17 00:00:00 2001 From: Dave Musicant Date: Wed, 6 Mar 2019 15:38:13 -0600 Subject: [PATCH] Fixed shebang --- gitwatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitwatch.sh b/gitwatch.sh index a3bad28..d400993 100755 --- a/gitwatch.sh +++ b/gitwatch.sh @@ -1,4 +1,4 @@ -#fsw!/usr/bin/env bash +#!/usr/bin/env bash # # gitwatch - watch file or directory and git commit all changes as they happen #