mirror of
https://github.com/ansible/galaxy.git
synced 2026-02-05 09:45:11 +01:00
8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# Copy this script to .git/hooks/pre-commit
|
|
#
|
|
|
|
python update-authors.py > AUTHORS
|
|
git add AUTHORS
|