Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
htdocs
/
modules
/
cgi
/
action.sh
blob: 1a4b04d73271c2875c88c1c051e81b49f0c8793b [
file
]
#!/bin/sh
CT
=
$
(
echo $
{
QUERY_STRING
}|
awk
-
F
:
'{print $1'
})
LOC
=
$
(
echo $
{
QUERY_STRING
}|
awk
-
F
:
'{print $2'
})
echo
Content
-
type
:
$
{
CT
}
echo
Location
:
$
{
LOC
}
echo
echo
"this is action.sh"