#!/bin/sh

GUILE_LOAD_PATH=.
export GUILE_LOAD_PATH

GUILE_LOAD_COMPILED_PATH=.
export GUILE_LOAD_COMPILED_PATH

guile --no-auto-compile test.scm
