Skip to content

Commit

Permalink
add trim mechanism to generation script
Browse files Browse the repository at this point in the history
  • Loading branch information
felixevers committed Nov 11, 2023
1 parent 6d44e2c commit a611a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ README="README.md"
WORDLIST="rockme.txt"
WORDLIST_COMPRESSED="rockme.tar.gz"

echo "Trim entire wordlist..."
sed 's/^ *//; s/ *$//; /^$/d' $WORDLIST

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

Expand Down

0 comments on commit a611a06

Please sign in to comment.