source: trunk/scripts/git-hooks/post-receive.super @ 2323

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

stub git hooks: for now, they zephyr

File size: 123 bytes
Line 
1#!/bin/sh
2
3file=`mktemp -t git-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.