#!/bin/bash GUILE=${GUILE:-guile} exec "$GUILE" -e '(@ (calp main) main)' "$@"