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