6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
![]() |
#!/bin/sh
|
||
|
printf "Content-Type: text/plain\r\n"
|
||
|
printf "\r\n"
|
||
|
printf "This should be the first line\r\n"
|
||
|
|