#!/bin/bash here=$(dirname $(realpath $0)) . $here/env GUILE=${GUILE:-$(which guile)} # GUILE_LOAD_PATH=$here/module exec $GUILE -c '((@ (calp main) main) (command-line))' "$@"