2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-17 03:25:41 +00:00

Merge pull request #63 from gitwatch/issue61

Fixed shebang
This commit is contained in:
Dave Musicant 2019-03-06 16:03:34 -06:00 committed by GitHub
commit 3244518c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
#