mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
No longer use unix2dos
This commit is contained in:
parent
9a91175fba
commit
f4b00e82ab
1 changed files with 1 additions and 4 deletions
5
main.sh
5
main.sh
|
@ -18,11 +18,8 @@ if [ "$DONE" != "true" ]; then
|
|||
. ./sendfile.sh
|
||||
fi
|
||||
|
||||
# Convert Unix to Dos
|
||||
unix2dos $OUTFILE &> /dev/null
|
||||
|
||||
# Print finished document
|
||||
cat $OUTFILE
|
||||
|
||||
# Remove the temporary file
|
||||
rm $OUTFILE
|
||||
rm $OUTFILE
|
||||
|
|
Loading…
Add table
Reference in a new issue