2
0
mirror of https://github.com/gitwatch/gitwatch synced 2024-11-15 06:12:52 +00:00

Fixed shebang

This commit is contained in:
Dave Musicant 2019-03-06 15:38:13 -06:00 committed by GitHub
parent b0452b57ed
commit a0acf8aa79
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
#