Advertisement
smokex

post-receive-user

Sep 30th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # An example hook script that is called after a successful
  4. # commit is made.
  5. #
  6. # To enable this hook, rename this file to "post-commit".
  7.  
  8. python hooks/pursuivant-hook.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement