#!/bin/sh
# Selects just the error messages from `map` output
# Usage: self {input...|<input}
exec grep --color=never -F '[101;97m' "$@"