#!/bin/sh
":";exec /usr/bin/mzscheme -r $0 "$@"

(display "Content-type: text/html") (newline) (newline)
(display "<html>hello world</html>") (newline)
