#!/bin/sh U="//musl.libc.org" printf 'Location: %s Status: 301 Moved Permanently Content-Type: text/html Moved%s ' "$U" "$U" "$U"