projects
/
invirt/scripts/git-hooks.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e6987f11242caa5678bd3a4a1d8b26698d0c4d67
[invirt/scripts/git-hooks.git]
/
post-receive.super
1
#!/bin/sh
2
3
file=`mktemp -t git-receive.XXXXXX` || exit $?
4
cat >$file
5
6
"$PWD"/hooks/zephyr-post-receive <$file
7
8
rm -f $file