5 lines
116 B
Bash
Executable File
5 lines
116 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo -en 'Content-Type: text/plain; charset=utf-8\r\n\r\n'
|
|
echo -en 'Received, but not stored. 😝\r\n'
|