source: trunk/packages/invirt-dev/git-hooks/sub/post-receive @ 3038

Last change on this file since 3038 was 3038, checked in by gdb, 14 years ago

Added git hooks to invirt-dev package

  • Property svn:executable set to *
File size: 128 bytes
Line 
1#!/bin/sh
2
3file=`mktemp -t git-post-receive.XXXXXX` || exit $?
4cat >$file
5
6"$PWD"/hooks/zephyr-post-receive <$file
7
8rm -f $file
Note: See TracBrowser for help on using the repository browser.