Skip to content

Commit

Permalink
add way more words and fix generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
felixevers committed Nov 11, 2023
1 parent a6569dd commit afb8dcb
Show file tree
Hide file tree
Showing 2 changed files with 882 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ README="README.md"
WORDLIST="rockme.txt"
WORDLIST_COMPRESSED="rockme.tar.gz"

echo "Counting words..."
WORD_COUNT=($(wc -l $WORDLIST))

echo "Sorting wordlist..."
sort -u -o $WORDLIST $WORDLIST

echo "Counting words..."
WORD_COUNT=($(wc -l $WORDLIST))

echo "Compressing wordlist..."
tar cfvz $WORDLIST_COMPRESSED $WORDLIST

Expand Down
Loading

0 comments on commit afb8dcb

Please sign in to comment.