diff options
Diffstat (limited to 'post-receive')
-rw-r--r-- | post-receive | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/post-receive b/post-receive new file mode 100644 index 0000000..db5cb0e --- /dev/null +++ b/post-receive @@ -0,0 +1,3 @@ +#!/bin/bash + +date > /tmp/git_post-receive_test |