#!/bin/sh
# Displays statistics about `map` error messages
# Usage: self {input...|<input}
alias grep='grep --color=never'
grep -F '[101;97m' "$@"|sort|uniq -c