#!/bin/sh GUILE_LOAD_PATH=/home/stis/src/python-on-guile/modules:$GUILE_LOAD_PATH if test "/home/stis/src/python-on-guile" != "/home/stis/src/python-on-guile"; then GUILE_LOAD_PATH=/home/stis/src/python-on-guile/modules:$GUILE_LOAD_PATH fi GUILE_LOAD_COMPILED_PATH=/home/stis/src/python-on-guile/modules:$GUILE_LOAD_PATH PATH=/home/stis/src/python-on-guile/bin:$PATH export GUILE_LOAD_PATH export GUILE_LOAD_COMPILED_PATH export PATH exec "$@"