1
0
Fork 0

upload-text: surround text with pre tags

This commit is contained in:
dece 2022-03-31 12:44:08 +02:00
parent 058f230ef0
commit d981729145

View file

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