#!/mod/bin/jimsh

set url "http://$env(HTTP_HOST):9091/"

puts "Content-Type: text/html
Location: $url

<meta http-equiv=refresh content=\"0; url=$url\">

Transmission is available <a href=$url>here</a>

"