#!/bin/sh # Generate a AUTHORS file in the format git-svn likes (with an extra = sign) wget -q -O- http://svn.digium.com/svn/repotools/authors \ | sed -e 's/^[a-z]*/& =/'