#!/bin/sh here="$(dirname "$(realpath "$0")")" export GUILE_LOAD_PATH="${here}/module" exec "${here}/main.scm" "$@"