Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b978fc + 54f557f commit f9151baCopy full SHA for f9151ba
20_password/Makefile
@@ -6,4 +6,4 @@ test: words
6
pytest -xv test.py unit.py
7
8
words:
9
- [[ ! -f $(WORDS) ]] && (cd ../inputs && unzip words.txt.zip)
+ [[ -f $(WORDS) ]] || (cd ../inputs && unzip words.txt.zip)
0 commit comments