mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
Update readrequest.sh
This commit is contained in:
parent
348682f157
commit
52e63d6f90
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
# Lese den request
|
||||
# Read the request
|
||||
read header
|
||||
|
||||
# Verarbeite den request
|
||||
# Process the request
|
||||
URL="${header#GET }"
|
||||
URL="${URL% HTTP/*}"
|
||||
FILE="$FILES$URL"
|
||||
|
|
Loading…
Add table
Reference in a new issue