10 lines
230 B
Bash
10 lines
230 B
Bash
#!/bin/sh
|
|
|
|
echo "HTTP/1.1 200 OK"
|
|
echo "Content-Type: text/html; charset=UTF-8"
|
|
echo ""
|
|
|
|
GET="$QUERY_STRING"
|
|
|
|
eval "$(echo "%>$(cat ../index.sh.html)<%" | sed -e "s/<%=/<%echo /g" -e "s/<%/\nRAW\n/g" -e "s/%>/\ncat <<- RAW\n/g")"
|