From 40cc40501c9ac3803cb03c717ceeca8cf3d499d7 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 12 Nov 2015 13:47:04 +0100 Subject: script to normalize hyphens --- norm_hyphens | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 norm_hyphens diff --git a/norm_hyphens b/norm_hyphens new file mode 100755 index 0000000..4a152a1 --- /dev/null +++ b/norm_hyphens @@ -0,0 +1,4 @@ +#!/bin/zsh -x + +sed "s|[ \t]\+\xc2\xad[ \t]\+||g" + -- cgit v1.2.3