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