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