index
:
hyp
master
Embed soft hyphens in HTML
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unhyp
blob: 5f9ae4358d0a6db26d40baa43e37b175584181db (
plain
)
1
2
3
4
5
#!/bin/sh in=${1:-/dev/stdin} out=${2:-/dev/stdout} < $in sed 's/\­\;//g' > $out