summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cookbook/reducer.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cookbook/reducer.sh b/doc/cookbook/reducer.sh
new file mode 100644
index 00000000..70ffff1d
--- /dev/null
+++ b/doc/cookbook/reducer.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+# TODO tolower
+sed -r '
+ s/\<dosen?//g
+'