1
0
Fork 0
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:
niansa 2020-08-04 13:56:25 +02:00
parent 9a91175fba
commit f4b00e82ab

View file

@ -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