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

Update main.sh

This commit is contained in:
niansa 2017-03-09 11:01:41 +01:00 committed by GitHub
parent 7b5e6c9232
commit 1a1ae1e127

View file

@ -18,5 +18,8 @@
# Verwende unix2dos auf das Dokument...
unix2dos $HTMLFILE &> /dev/null
# Gebe fertiges HTML-Dokument aus
# Gebe fertiges Dokument aus
cat $HTMLFILE
# Lösche Dokument
rm -f $HTMLFILE