File git-hooks/post-receive

Last commit: Sun Dec 8 21:33:16 2024 +0100	Jan Dankert	More logging.
1 #!/bin/bash 2 # GIT post-receive hook 3 4 DIR=$(dirname "$0") 5 echo "Starting DIT job for $(pwd)" 6 echo "${DIR}/../bin/dit.sh" | at now # run async
Download git-hooks/post-receive
History Sun, 8 Dec 2024 21:33:16 +0100 Jan Dankert More logging. Sun, 12 May 2024 19:53:02 +0200 Jan Dankert first edition of DIT, the delivery expert.