Sign in
eclipse
/
jetty
/
org.eclipse.jetty.project
/
master
/
.
/
tests
/
test-webapps
/
test-jetty-webapp
/
src
/
main
/
webapp
/
cgi-bin
/
hello.sh
blob: 86660496a7246346edaa6076a6e11c136a172d35 [
file
] [
log
] [
blame
]
#!/bin/sh
echo
"Content-Type: text/html"
echo
echo
"<H1>Hello World</H1>"