diff options
-rwxr-xr-x | norm_hyphens | 4 |
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" + |