mirror of
https://codeberg.org/cblanken/boggler.git
synced 2026-07-26 03:29:26 -04:00
Generate '_' words file for 6x6 board
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user