summaryrefslogtreecommitdiff
path: root/norm_hyphens
diff options
context:
space:
mode:
Diffstat (limited to 'norm_hyphens')
-rwxr-xr-xnorm_hyphens4
1 files changed, 4 insertions, 0 deletions
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"
+