6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
printf "Content-Type: text/plain\n"
|
|
printf "\n"
|
|
printf "This should be the first line\n"
|
|
|