Left: | ||
Right: |
OLD | NEW |
---|---|
(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 | |
OLD | NEW |