mirror of
https://git.zx2c4.com/cgit
synced 2025-08-22 01:50:26 +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>"
|