mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-07-02 11:43:40 +02:00
scripts/generate-dict.sh: should not pass "-d" to "uniq".
This commit is contained in:
parent
0464986ae8
commit
7ee53b7497
1 changed files with 1 additions and 1 deletions
|
|
@ -12,4 +12,4 @@ BASE58_ALPHABET=123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
|
||||||
LC_CTYPE=C awk "! /[^${BASE58_ALPHABET}]/" < /dev/stdin 2> /dev/null \
|
LC_CTYPE=C awk "! /[^${BASE58_ALPHABET}]/" < /dev/stdin 2> /dev/null \
|
||||||
| sed -r '/^.{,2}$/d' \
|
| sed -r '/^.{,2}$/d' \
|
||||||
| tr '[:upper:]' '[:lower:]' \
|
| tr '[:upper:]' '[:lower:]' \
|
||||||
| sort | uniq -d
|
| sort | uniq
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue