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:
parent
7b5e6c9232
commit
1a1ae1e127
1 changed files with 4 additions and 1 deletions
5
main.sh
5
main.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue