source: trunk/scripts/git-hooks/super/pre-receive @ 2349

Last change on this file since 2349 was 2349, checked in by price, 15 years ago

begin to sketch git pre-receive hook

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