From 81029d189a0944d9103b03e5cd593c30d937b699 Mon Sep 17 00:00:00 2001 From: Leo Coogan Date: Wed, 21 Feb 2024 15:40:09 -0500 Subject: [PATCH] Added mac2dos --- mac2dos | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 mac2dos diff --git a/mac2dos b/mac2dos new file mode 100755 index 0000000..1e3e3ae --- /dev/null +++ b/mac2dos @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +perl -pi -e 's/\r\n|\n|\r/\r\n/g' $1