source:
trunk/scripts/git-hooks/sub/post-receive
@
2744
Last change on this file since 2744 was 2349, checked in by price, 15 years ago | |
---|---|
|
|
File size: 128 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.