File tree Expand file tree Collapse file tree 2 files changed +7
-184
lines changed Expand file tree Collapse file tree 2 files changed +7
-184
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ The script returns 0 if everything passes the checks. It returns 1 if either the
21
21
22
22
23
23
``` sh
24
- ./verify.sh bitcoin-core-0.11.2
25
- ./verify.sh bitcoin-core-0.12.0
26
- ./verify.sh bitcoin-core-0.13.0-rc3
24
+ ./verify.py bitcoin-core-0.11.2
25
+ ./verify.py bitcoin-core-0.12.0
26
+ ./verify.py bitcoin-core-0.13.0-rc3
27
27
```
28
28
29
29
If you only want to download the binaries of certain platform, add the corresponding suffix, e.g.:
30
30
31
31
``` sh
32
- ./verify.sh bitcoin-core-0.11.2-osx
33
- ./verify.sh 0.12.0-linux
34
- ./verify.sh bitcoin-core-0.13.0-rc3-win64
32
+ ./verify.py bitcoin-core-0.11.2-osx
33
+ ./verify.py 0.12.0-linux
34
+ ./verify.py bitcoin-core-0.13.0-rc3-win64
35
35
```
36
36
37
37
If you do not want to keep the downloaded binaries, specify anything as the second parameter.
38
38
39
39
``` sh
40
- ./verify.sh bitcoin-core-0.13.0 delete
40
+ ./verify.py bitcoin-core-0.13.0 delete
41
41
```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments