summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorroot <root@krebs>2011-06-03 19:55:00 +0200
committerroot <root@krebs>2011-06-03 19:55:00 +0200
commit64fab96daf169e938ad48bc6bf1e079edf9964ce (patch)
treeb49da27cc6f59b5809c1dcdded8d4af74fe664e0 /doc
parentdae7b214f49f28342a534d5153e4c02b5765e52b (diff)
cookbook/reducer: initial commit
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
+'