summaryrefslogtreecommitdiff
path: root/de-sgm
diff options
context:
space:
mode:
Diffstat (limited to 'de-sgm')
-rwxr-xr-xde-sgm4
1 files changed, 4 insertions, 0 deletions
diff --git a/de-sgm b/de-sgm
new file mode 100755
index 0000000..fa28301
--- /dev/null
+++ b/de-sgm
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+grep -v -P "^[[:space:]]*(<\?xml.*\?>|</?(mteval|doc|srcset|refset)[^>]*>)[[:space:]]*$" | grep -v -P "^[[:space:]]*<(url|description|keywords|talkid|title)>.*</(url|description|keywords|talkid|title)>[[:space:]]*$" | sed "s|<seg[^>]*>\s*||" | sed "s|\s*</seg>$||"
+