From cfaef26e8718916adcc68fbfb63b15f2389b2cd2 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 6 Oct 2023 23:10:55 +0200 Subject: move all the files --- mut/bin/filter-ansi | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 mut/bin/filter-ansi (limited to 'mut/bin/filter-ansi') diff --git a/mut/bin/filter-ansi b/mut/bin/filter-ansi new file mode 100755 index 0000000..369f9fd --- /dev/null +++ b/mut/bin/filter-ansi @@ -0,0 +1,2 @@ +# #!@bash@/bin/bash +cat -u - | sed -u -E -e 's/\x1b\[[0-9;]*[mGKHF]|\r//g' -- cgit v1.2.3