4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/sh
|
|
hex=$(echo 319932 | xxd -r -p | base58 -d 25 || echo FAIL)
|
|
test "x${hex}" = "xFAIL"
|