diff options
author | tv <tv@iiso> | 2011-09-22 21:57:39 +0200 |
---|---|---|
committer | tv <tv@iiso> | 2011-09-22 21:57:39 +0200 |
commit | c73e86da3070175a6e3d27568b2418c77515963f (patch) | |
tree | 852714298b12ac5c1bcd6b866c5809b4ea3876b6 /doc/cookbook/reducer.sh | |
parent | ec72c5e1d4e0478879e7b679a0ea082ffc644456 (diff) |
//{doc -> cholerab}
Diffstat (limited to 'doc/cookbook/reducer.sh')
-rwxr-xr-x | doc/cookbook/reducer.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/cookbook/reducer.sh b/doc/cookbook/reducer.sh deleted file mode 100755 index 648047fb..00000000 --- a/doc/cookbook/reducer.sh +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh -# TODO tolower -tr '[:upper:]' '[:lower:]' | -sed ' - s/\<dosen\?//g - s/mark//g -' |