Project

General

Profile

1
#!/bin/bash
2
# Restores line breaks in `map` error messages prepared by errors_filter_before
3
# Usage: self <input
4

    
5
tr '\r' '\n'
(22-22/76)