follow common shebang

This commit is contained in:
spacewander 2016-07-27 00:07:03 +08:00
parent c783733e16
commit b33f85a5d1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
hook() {
local hook=.git/hooks/$1.sh

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
usage() {
cat <<EOF