This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# escapeHTML.sh by Martin Wermers[1], 2018 | |
# Written for my answer on the StackOverflow question 'Include another HTML file in a HTML file': | |
# https://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file/15250208#15250208 | |
# | |
# This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 | |
# International License. See https://creativecommons.org/licenses/by-sa/4.0 . | |
# | |
# Credits to Greg Minshall[2] for the improved sed command that also escapes |