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