From ddcf562b00ee53183396940544cb540b0d775e8b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 13:54:12 -0800 Subject: [PATCH] bin/update-authors.sh --- AUTHORS.md | 2 +- tools/authors.sh => bin/update-authors.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tools/authors.sh => bin/update-authors.sh (87%) diff --git a/AUTHORS.md b/AUTHORS.md index 8b64231a..1914b85a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -10,5 +10,5 @@ - Romain Beaumont - Dan Flettre -#### Generated by tools/authors.sh. +#### Generated by bin/update-authors.sh. diff --git a/tools/authors.sh b/bin/update-authors.sh similarity index 87% rename from tools/authors.sh rename to bin/update-authors.sh index b76427e4..1e31b41a 100755 --- a/tools/authors.sh +++ b/bin/update-authors.sh @@ -14,6 +14,6 @@ END { print "# Authors\n\n"; print "#### Ordered by first contribution.\n\n"; print @authors, "\n"; - print "#### Generated by tools/authors.sh.\n\n"; + print "#### Generated by bin/update-authors.sh.\n\n"; } ' > AUTHORS.md