mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
follow common shebang
This commit is contained in:
parent
c783733e16
commit
b33f85a5d1
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
hook() {
|
||||
local hook=.git/hooks/$1.sh
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
usage() {
|
||||
cat <<EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue