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