source:
trunk/scripts/git-hooks/super/post-receive
@
2325
Last change on this file since 2325 was 2324, checked in by price, 16 years ago | |
---|---|
|
|
File size: 123 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | file=`mktemp -t git-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.