#! /bin/sh #| -*- scheme -*- exec csi -s $0 "$@" |# (define (fuh) (/ 3 0)) (display "ok\n") (fuh)