mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
5 lines
92 B
Bash
5 lines
92 B
Bash
|
#!/bin/sh
|
||
|
sage verify.sage .
|
||
|
grep -Rn '.' verify-* |grep '^verify-.*:1:' |sed 's/:1:/ = /'
|
||
|
|