1
0
mirror of synced 2026-03-06 19:41:53 +00:00
Files
Interlisp.medley/scripts/eolconv.sh

3 lines
55 B
Bash
Executable File

#!/bin/sh
LANG=C tr '\r' '\n' < $1 | tr -d '\001-\006'