summaryrefslogtreecommitdiff
path: root/get_authors
blob: e321b29e48357f615f8f51cccccf536c12d62597 (plain)
1
2
3
4
5
6
7
#!/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/'