Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: update-copyright/run_update_copyright.sh

Issue 29459580: Issue 5250 - Add copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Clean up comments, ReadMe, formatting Created July 4, 2017, 1:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: update-copyright/run_update_copyright.sh
===================================================================
new file mode 100755
--- /dev/null
+++ b/update-copyright/run_update_copyright.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo 'Running python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh://hg@hg.adblockplus.org/'
+
+python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh://hg@hg.adblockplus.org/
+
+echo

Powered by Google App Engine
This is Rietveld