diff options
Diffstat (limited to 'norm-hyphens')
-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" + |