aboutsummaryrefslogtreecommitdiffstats
path: root/nocompile/bin/decode_html_entities
blob: 08bd7c9ad1fbce12501c4e1e7e465ea2abf99eea (plain) (blame)
1
2
3
4
#!/bin/sh
sed "s/\>/>/g" \
 | sed "s/\&lt;/</g" \
 | sed "s/\&amp;/\&/g"