#!/bin/sh # get_authors: Get the upstream-provided AUTHORS file and reformat it # so git-svn will be happy wget -q -O- http://svn.asterisk.org/svn/repotools/authors \ | sed -e 's/^\([a-z]\+\)\([ \t]\+\)/\1 =\2/'