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