Revision 849
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/get_errors | ||
---|---|---|
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' "$@" |
|
0 | 6 |
Also available in: Unified diff
Added get_errors to select just the error messages from `map` output