| 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/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.
|
| + |
| +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 |