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.
1 parent 9f15986 commit 54f557fCopy full SHA for 54f557f
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