Project

General

Profile

1
#!/bin/bash
2
# Prepares `map` error messages for easy filtering
3
# Usage: self {input...|<input}
4

    
5
sed -e $'s/^\e\[101;97m/\f&/' "$@"|tr '\n\f' '\r\n'
(24-24/79)