mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Pre push hook script
Add git_hook folder, and pre-push script, to be soft linked from .git/hooks/pre-push
This commit is contained in:
parent
6f262c4e3e
commit
bf007d297d
3 changed files with 55 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
set -eu
|
||||
|
||||
if grep --version|head -n1|grep GNU >/dev/null; then :; else
|
||||
echo "This script requires GNU grep."
|
||||
echo "This script requires GNU grep.">&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue