Skip to content

Commit 8c7a7c0

Browse files
committed
Make cleanup words script executable.
1 parent a300d05 commit 8c7a7c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/cleanup_words.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
def cleanup_words():
24
with open('words.txt', 'r') as f:
35
data = f.read()

0 commit comments

Comments
 (0)