summaryrefslogtreecommitdiff
path: root/gen_authors
blob: a7922e924d18c88e1fdcb23ae7a1df64b18360fc (plain)
1
2
3
4
5
#!/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]*/& =/'