1
0
Fork 0

upload-text: surround text with pre tags

master
dece 2 years ago
parent 058f230ef0
commit d981729145

@ -34,7 +34,9 @@ cat << EOF > "$HTML_FILE"
</style>
</head>
<body>
<pre>
$(cat "$1")
</pre>
</body>
</html>
EOF

Loading…
Cancel
Save