source:
trunk/scripts/git-hooks/sub/post-receive
@
  2343
        
        | Last change on this file since 2343 was 2324, checked in by price, 17 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.
    