#!/bin/sh file=`mktemp -t git-receive.XXXXXX` || exit $? cat >$file "$PWD"/hooks/zephyr-post-receive <$file rm -f $file