1 2 3 4 5 6
#!/bin/bash export PATH="$PWD/scripts:$PATH" export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" exec "$@"