You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
scriptform/examples/megacorp_acc/job_signup_step1.sh

16 lines
281 B

#!/bin/sh
cat << EOF
HTTP/1.1 301 Moved Permanently
Location: form?form_name=signup_step_2&first_name=$first_name&last_name=$last_name&email_address=$email_address
Content-Type: text/html
Content-Length: 174
<html>
<head>
<title>Redir</title>
</head>
<body>
</body>
</html>
EOF