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