index
:
misc.git
master
misc scripts
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nocompile
/
bin
/
encode_html_entities
blob: 4cb18368b481309c549f2af4974c7aff59887cc2 (
plain
) (
blame
)
1
2
3
4
#!/bin/sh sed "s/&/\&/g" \ | sed "s/</\</g" \ | sed "s/>/\>/g"