| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,4 +6,4 @@ test: words | |||
| 6 | 6 | pytest -xv test.py unit.py | |
| 7 | 7 | ||
| 8 | 8 | words: | |
| 9 | - [[ ! -f $(WORDS) ]] && (cd ../inputs && unzip words.txt.zip) | ||
| 9 | + [[ -f $(WORDS) ]] || (cd ../inputs && unzip words.txt.zip) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments