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: Addressed more comments Created July 3, 2017, 3:31 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/bash
Vasily Kuznetsov 2017/07/03 19:25:46 Could probably be /bin/sh script, but this is mino
Vasily Kuznetsov 2017/07/03 19:25:46 It would be good to mention this script in the REA
rosie 2017/07/04 13:38:24 Done.
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