4 lines
57 B
Bash
4 lines
57 B
Bash
#!/bin/sh
|
|
hex=$(base58 -d 4 2 | xxd -p)
|
|
test x$hex = x01
|
#!/bin/sh
|
|
hex=$(base58 -d 4 2 | xxd -p)
|
|
test x$hex = x01
|