6 lines
64 B
Bash
Executable File
6 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
echo Content-type: text/plain
|
|
echo
|
|
|
|
cat ../index.html
|