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> </style>
</head> </head>
<body> <body>
<pre>
$(cat "$1") $(cat "$1")
</pre>
</body> </body>
</html> </html>
EOF EOF

Loading…
Cancel
Save