#!/bin/sh if [ $# == 1 ] then echo Location: $1 echo exit fi echo Content-type: text/html echo echo '

You provided no URL for redirect!

' exit