summaryrefslogtreecommitdiff
path: root/norm-hyphens
diff options
context:
space:
mode:
Diffstat (limited to 'norm-hyphens')
-rwxr-xr-xnorm-hyphens3
1 files changed, 1 insertions, 2 deletions
diff --git a/norm-hyphens b/norm-hyphens
index 4a152a1..6491d13 100755
--- a/norm-hyphens
+++ b/norm-hyphens
@@ -1,4 +1,3 @@
-#!/bin/zsh -x
+#!/bin/zsh
sed "s|[ \t]\+\xc2\xad[ \t]\+||g"
-