Project

General

Profile

1
#!/bin/sh
2
# Selects just the error messages from `map` output
3
# Usage: self {input...|<input}
4

    
5
exec grep --color=never -F '' "$@"
(5-5/19)