Compare commits
No commits in common. "0f03fc46a844b80a714ae80fea45bc57bd036d27" and "8c1cedda5a14412d937b3479de3695f8eed5ba21" have entirely different histories.
0f03fc46a8
...
8c1cedda5a
|
|
@ -1,5 +1,3 @@
|
||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
*.pem
|
*.pem
|
||||||
|
|
||||||
bck.words.txt
|
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
#!/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
|
|
||||||
Loading…
Reference in New Issue