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