#!/bin/sh SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) export GUILE_LOAD_PATH="$SCRIPT_DIR/modules" exec "$@"