This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# WORDLE game cheater | |
# To use it you have to install words system package | |
# and then source this file in bash (i.e. call `source wordle.sh`) | |
# This script helps to find a specific 5-letter long English words | |
# that match specific user's criteria. | |
# At the first run, it builds a complete list of words. |