diff options
author | Patrick Simianer <p@simianer.de> | 2016-07-05 11:01:46 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-07-05 11:01:46 +0200 |
commit | 2b1d7f881c19c4d4b5afae194e02d3300c7675d0 (patch) | |
tree | 5a06ee7de98640a39244b57bb369697176b44ebf /norm-hyphens | |
parent | 69949dda35c3ea21d8e926e5f0a596a0a0f61c6a (diff) |
mv
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" + |