begin to sketch git pre-receive hook
[invirt/scripts/git-hooks.git] / sub / post-receive
1 #!/bin/sh
2
3 file=`mktemp -t git-post-receive.XXXXXX` || exit $?
4 cat >$file
5
6 "$PWD"/hooks/zephyr-post-receive <$file
7
8 rm -f $file