X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/5661c3bc6c496f1cf9b6e4dd91216062a3b55445..514515d641ebe554482b0ae746cbb2ab8b64f7dc:/git-hooks/sub/post-receive diff --git a/git-hooks/sub/post-receive b/git-hooks/sub/post-receive new file mode 100755 index 0000000..53bd274 --- /dev/null +++ b/git-hooks/sub/post-receive @@ -0,0 +1,8 @@ +#!/bin/sh + +file=`mktemp -t git-post-receive.XXXXXX` || exit $? +cat >$file + +"$PWD"/hooks/zephyr-post-receive <$file + +rm -f $file