#!/bin/sh # # Copy this script to .git/hooks/pre-commit # python update-authors.py > AUTHORS git add AUTHORS