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