svn-log stealer script
Matt S Trout [Fri, 24 Mar 2006 04:41:01 +0000 (04:41 +0000)]
maint/steal-svn-log.sh [new file with mode: 0755]

diff --git a/maint/steal-svn-log.sh b/maint/steal-svn-log.sh
new file mode 100755 (executable)
index 0000000..b0297ad
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd maint;
+rm svn-log.perl;
+wget https://thirdlobe.com/svn/repo-tools/trunk/svn-log.perl;