diff options
author | Patrick Simianer <p@simianer.de> | 2011-12-03 21:38:59 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2011-12-03 21:38:59 +0100 |
commit | 0f9024d49f7622d1c135aa2e3f9ddc6bc4349fb9 (patch) | |
tree | fc087cb9a222d00fc8b2f6d4484a62c581b84e54 /dtrain/hstreaming/rule_count/map.sh | |
parent | 68fd129f5f69162fc2385bd3e57335968dfc74c2 (diff) |
new rule count
Diffstat (limited to 'dtrain/hstreaming/rule_count/map.sh')
-rwxr-xr-x | dtrain/hstreaming/rule_count/map.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dtrain/hstreaming/rule_count/map.sh b/dtrain/hstreaming/rule_count/map.sh new file mode 100755 index 00000000..ae75fece --- /dev/null +++ b/dtrain/hstreaming/rule_count/map.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +ruby rulecount.rb | sort | ruby red.rb + |