Project

General

Profile

1 961 aaronmk
#!/bin/bash
2
# Restores line breaks in `map` error messages prepared by errors_filter_before
3
# Usage: self <input
4
5
tr '\r' '\n'