initial commit

This commit is contained in:
2022-01-27 18:36:45 +00:00
commit 2903155df6
8 changed files with 280 additions and 0 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
wordlist.js: english-words
scripts/gen_wordlist.py english-words/words.txt 5 > wordlist.js
english-words: .SUBMODULES
clean:
rm -rf wordlist.js
.SUBMODULES:
git submodule init
git submodule update