Compare commits

...

2 Commits

Author SHA1 Message Date
kirbylife 0f03fc46a8 Add 2 new words 2026-07-26 01:02:38 -06:00
kirbylife 1db7258b2f Add sort script 2026-07-26 01:02:19 -06:00
3 changed files with 16 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/target /target
Cargo.lock Cargo.lock
*.pem *.pem
bck.words.txt

12
sort_words.sh 100755
View File

@ -0,0 +1,12 @@
#!/bin/bash
cp words.txt bck.words.txt
if [ $? -eq 0 ]; then
tr '[:lower:]' '[:upper:]' < words.txt | sort -u > words_tmp.txt
mv words_tmp.txt words.txt
echo "Done"
else
echo "Fail"
fi

View File

@ -1494,6 +1494,7 @@ PELEO
PENAL PENAL
PENAN PENAN
PENAR PENAR
PENAS
PENCA PENCA
PENDA PENDA
PENDE PENDE
@ -2155,6 +2156,7 @@ VELLO
VELOS VELOS
VELOZ VELOZ
VEMOS VEMOS
VENAS
VENCE VENCE
VENDA VENDA
VENDE VENDE