mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 20:28:56 +00:00
7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo Status: 200 OK
|
|
echo Content-Type: text/plain
|
|
echo
|
|
|
|
echo Hallo Welt
|