From b6ed98327dc91056d7b364f354deca6b7c36eb3d Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 16 Jan 2010 14:49:38 +0200 Subject: A script to download and format the authors file --- get_authors | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 get_authors diff --git a/get_authors b/get_authors new file mode 100755 index 0000000..e321b29 --- /dev/null +++ b/get_authors @@ -0,0 +1,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/' -- cgit v1.2.3