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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #!/bin/sh
2
3 echo 'Running python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh: //hg@hg.adblockplus.org/'
4
5 python3 update_copyright.py -u https://hg.adblockplus.org/ -p ssh://hg@hg.adbloc kplus.org/
6
7 echo
OLDNEW

Powered by Google App Engine
This is Rietveld