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
commitf8eb4d8f2aee0cd5deb3978670bdd003fb4a3d82 (patch)
tree7f344f90802f0f603f23eeaeace8dadaa5992441 /doc
parentc8586645aa770d25134cb0a8c8c355cc283645ce (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
+'