#!/bin/sh

file=`mktemp -t git-post-receive.XXXXXX` || exit $?
cat >$file

"$PWD"/hooks/zephyr-post-receive <$file

rm -f $file