htmlesc (80B)
1 #!/bin/sh 2 3 cat | sed ' 4 s/&/\&/g 5 s/</\</g 6 s/>/\>/g 7 s/"/\"/g 8 '