mirror of
https://git.zx2c4.com/cgit/
synced 2024-11-10 07:10:33 +00:00
5 lines
114 B
Bash
Executable File
5 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
echo "<pre>"
|
|
sed "s|&|\\&|g;s|'|\\'|g;s|\"|\\"|g;s|<|\\<|g;s|>|\\>|g"
|
|
echo "</pre>"
|