Created
September 14, 2015 14:32
-
-
Save bsmithyman/5a265621400a5ce6b6db to your computer and use it in GitHub Desktop.
This file contains 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 | |
cat << END | |
<html> | |
<body> | |
<pre style="font-family: consolas,monospace;font-size:8pt"> | |
END | |
cat - | |
cat << END | |
</pre> | |
</body> | |
</html> | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment