mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +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
3aa712dff7
commit
fcb7491a49
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