diff options
Diffstat (limited to 'motto/get.sh')
-rwxr-xr-x | motto/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/motto/get.sh b/motto/get.sh index e6ebf00..106a6ed 100755 --- a/motto/get.sh +++ b/motto/get.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -grep -E '^(([A-Z].*[aA]|A)[bB]|B)([iI].*|)$' deutsch.txt | grep -v '[aA]bitur' >list.txt +grep -E '^(([A-Z].*[aA]|A)[bB]|B)([iI].*|)$' german.dic | grep -v '[aA]bitur' >list.txt |