1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Update filelist.sh

This commit is contained in:
niansa 2018-07-03 16:14:42 +00:00
parent e862dceacf
commit 35e7706a70

View file

@ -2,7 +2,7 @@
status="$URL"
# Dynamisches HTML
# Dynamic HTML
echo '<html>
<head>
<title>'"${HTMLTITLE}"'</title>
@ -15,6 +15,6 @@ for i in $( ls "${FILE}" ); do
echo ' <a href="./'"${i}"'">'"${i}"'</a><br />' >> $OUTFILE
done
# Statisches HTML
# Static HTML
echo ' </body>
</html>' >> $OUTFILE