Generate '_' words file for 6x6 board

This commit is contained in:
2022-09-06 15:34:01 -04:00
parent 91390ea425
commit 795f1540b4
+1
View File
@@ -30,5 +30,6 @@ else
grep -P "^x" $1 > "$2/words_x.txt"
grep -P "^y" $1 > "$2/words_y.txt"
grep -P "^z" $1 > "$2/words_z.txt"
grep -P "^_" $1 > "$2/words__.txt"
exit 0
fi