Project

General

Profile

1 849 aaronmk
#!/bin/sh
2
# Selects just the error messages from `map` output
3
# Usage: self {input...|<input}
4
5
exec grep --color=never -F '' "$@"