mirror of
https://codeberg.org/cblanken/boggler.git
synced 2026-07-25 19:19:20 -04:00
Update and move word splitting script
This commit is contained in:
@@ -30,6 +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"
|
||||
touch "$2/words__.txt"
|
||||
exit 0
|
||||
fi
|
||||
Reference in New Issue
Block a user