X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-hooks.git/blobdiff_plain/81177efd70483d5f091775de653c154cad23913c..613260d2cb125a9e6114ff13d8b1b66c2c279d72:/super/post-receive diff --git a/super/post-receive b/super/post-receive new file mode 100755 index 0000000..e6987f1 --- /dev/null +++ b/super/post-receive @@ -0,0 +1,8 @@ +#!/bin/sh + +file=`mktemp -t git-receive.XXXXXX` || exit $? +cat >$file + +"$PWD"/hooks/zephyr-post-receive <$file + +rm -f $file